From 6f55e5ae6d73ab13a371291558dcf214f4f4c17b Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@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();