diff --git a/src/main.ts b/src/main.ts index bb09027..c9fd810 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,7 +1,7 @@ // // main.ts // -// Written by: Tyler Akins (2020/01/06) +// Written by: Tyler Akins (2020/01/06 - 2020/01/07) // @@ -10,7 +10,7 @@ import { START_BOT } from "./Twitch" const MAIN = async () => { - START_BOT() + START_BOT(); };