aboutsummaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index ed0a33f..7d8327e 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -13,7 +13,6 @@ const isDry = process.argv.includes('dry');
if (!isDry) new Sentry(dirname(fileURLToPath(import.meta.url)) || process.cwd());
BushClient.extendStructures();
const client = new BushClient(config);
-global.client = client;
if (!isDry) await client.dbPreInit();
await client.init();
if (isDry) {