From c2e79ac0e4b0d4f8d7aa55efc9649f5b28dc98dc Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Wed, 23 Nov 2022 08:51:00 +1100 Subject: [PATCH] cring brain --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index b9a6e33..30f6331 100644 --- a/src/client.ts +++ b/src/client.ts @@ -68,7 +68,7 @@ export class TClient extends Client { } async init(){ MPDB.sync(); - this.login(this.tokens.token_toast); + this.login(this.tokens.token_main); this.punishments.initLoad(); this.bannedWords.initLoad(); this.bonkCount.initLoad();