diff options
Diffstat (limited to 'src/bot.ts')
-rw-r--r-- | src/bot.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ import { BushClient } from './lib/'; BushClient.preStart(); const client: BushClient = new BushClient(config); -client.start(); +void client.start(); |