Update app.js

This commit is contained in:
hackermon 2022-11-12 13:39:03 -05:00 committed by GitHub
parent 8031f9f8e7
commit 2d005cd15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.js
View File

@ -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.');
})(); })();