From 2d005cd15e81d2f313a35238235beb12f60fe6d3 Mon Sep 17 00:00:00 2001 From: hackermon Date: Sat, 12 Nov 2022 13:39:03 -0500 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); })();