debug money leaderboard
This commit is contained in:
4 files changed
+15
-12
No files matched your search
@@ -100,6 +100,10 @@ class DayzArmbands extends Client {
|
||||
const client = this;
|
||||
}
|
||||
|
||||
|
||||
log(Text) { this.logger.log(Text); }
|
||||
error(Text) { this.logger.error(Text); }
|
||||
|
||||
async getDateEST(time) {
|
||||
let t = new Date(); // Get current date (PST)
|
||||
let e = new Date(t.getTime() + 180*60*1000); // Convert to EST to ensure the date is correct for the applied EST time
|
||||
@@ -419,9 +423,6 @@ class DayzArmbands extends Client {
|
||||
};
|
||||
}
|
||||
|
||||
log(Text) { this.logger.log(Text); }
|
||||
error(Text) { this.logger.error(Text); }
|
||||
|
||||
build() {
|
||||
this.login(this.config.Token);
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user