1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00
This commit is contained in:
toast-ts 2023-02-03 04:29:00 +11:00
parent e78f4bb3fb
commit 6ff97616a1

View File

@ -82,7 +82,7 @@ export default class TClient extends Client {
} }
async init(){ async init(){
MPDB.sync(); MPDB.sync();
this.login(this.tokens.token_beta); this.login(this.tokens.token_main);
this.punishments.initLoad(); this.punishments.initLoad();
this.bannedWords.initLoad(); this.bannedWords.initLoad();
this.bonkCount.initLoad(); this.bonkCount.initLoad();