Add semicolon.
This commit is contained in:
parent
6a0ed0bb6b
commit
038e4cac26
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue