From bb511abc03bb66848947e37a999502b813c77269 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Thu, 23 Jul 2020 23:24:17 -0700 Subject: goodbye old uwufier :cry: --- server/src/Bot.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 server/src/Bot.ts (limited to 'server/src/Bot.ts') diff --git a/server/src/Bot.ts b/server/src/Bot.ts new file mode 100644 index 0000000..899aff4 --- /dev/null +++ b/server/src/Bot.ts @@ -0,0 +1,5 @@ +import { token, owners } from './Config'; +import BotClient from './client/BotClient'; + +const client: BotClient = new BotClient({ token, owners }); +client.start(); \ No newline at end of file -- cgit v1.2.3