diff --git a/src/main.ts b/src/main.ts index f208765..53028fd 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,7 +1,7 @@ // // main.ts // -// Written by: Tyler Akins (2019/12/31 - 2020/01/01) +// Written by: Tyler Akins (2019/12/31) // @@ -30,12 +30,6 @@ const MAIN = async () => { process.exit(1); }; - - if (args.includes("--initial")) { - await WEBHOOK_PUSH(await GET_RANDOM_QUOTE()); - }; - - setInterval( async () => { console.log(`* Emitting a quote`)