debug money leaderboard

This commit is contained in:
SowinskiBraeden committed 2023-04-28 09:15:51 -07:00
1 parent bbc8e0139c
commit 0c3df27e9f
4 files changed
+15 -12

No files matched your search

+4 -3
View File
@@ -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);
}