From 2b06a59c57fdf7aad217d63db875cdb3d8868036 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 1 Jul 2021 20:37:34 -0400 Subject: don't judge me part 2 & fix esbuild with eval command --- src/bot.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bot.ts') diff --git a/src/bot.ts b/src/bot.ts index 5e2d10c..5bab926 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -1,5 +1,6 @@ import * as config from './config/options'; import { BushClient } from './lib/extensions/discord-akairo/BushClient'; +BushClient.preStart(); const client: BushClient = new BushClient(config); client.start(); -- cgit