mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Holidays Command
This commit is contained in:
@@ -51,10 +51,6 @@ class Util {
|
||||
return arr;
|
||||
}
|
||||
|
||||
static formatNumber(number, dollar = false) {
|
||||
return `${dollar ? '$' : ''}${number.toLocaleString('en-US', { maximumFractionDigits: 2 })}`;
|
||||
}
|
||||
|
||||
static cleanXML(text) {
|
||||
return text
|
||||
.replace(/<br \/>/g, '')
|
||||
|
||||
Reference in New Issue
Block a user