From 6ff97616a104fc55c73ed564f688c73dc67ef0ec Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:29:00 +1100 Subject: [PATCH] Brain't --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index 2b7d91a..de93ee5 100644 --- a/src/client.ts +++ b/src/client.ts @@ -82,7 +82,7 @@ export default class TClient extends Client { } async init(){ MPDB.sync(); - this.login(this.tokens.token_beta); + this.login(this.tokens.token_main); this.punishments.initLoad(); this.bannedWords.initLoad(); this.bonkCount.initLoad();