diff --git a/src/main.ts b/src/main.ts new file mode 100644 index 0000000..bb09027 --- /dev/null +++ b/src/main.ts @@ -0,0 +1,17 @@ +// +// main.ts +// +// Written by: Tyler Akins (2020/01/06) +// + + +import { START_BOT } from "./Twitch" + + + +const MAIN = async () => { + START_BOT() +}; + + +MAIN() \ No newline at end of file