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