diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-01 20:37:34 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-01 20:37:34 -0400 |
commit | 2b06a59c57fdf7aad217d63db875cdb3d8868036 (patch) | |
tree | 76fc9ff0f4217c5c4c3a37291dbb8e589da25bcc /src/bot.ts | |
parent | ad26ae36bc57ad4fb77c6c3c3e86eb3303f09110 (diff) | |
download | tanzanite-2b06a59c57fdf7aad217d63db875cdb3d8868036.tar.gz tanzanite-2b06a59c57fdf7aad217d63db875cdb3d8868036.tar.bz2 tanzanite-2b06a59c57fdf7aad217d63db875cdb3d8868036.zip |
don't judge me part 2 & fix esbuild with eval command
Diffstat (limited to 'src/bot.ts')
-rw-r--r-- | src/bot.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |