From 99a53b02935e98536aa10dbcfd73507e2023c8ce Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@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();