diff --git a/app.js b/app.js index f1111f0..1fea150 100644 --- a/app.js +++ b/app.js @@ -38,5 +38,5 @@ const question = (q) => new Promise((resolve) => rl.question(q, resolve)); } ] }); - console.log('DONE'); + console.log('DONE | Application/Bot is up and running. DO NOT CLOSE THIS TAB UNLESS YOU ARE FINISHED USING THE BOT, IT WILL PUT THE BOT OFFLINE.'); })();