We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95183e commit 187b4c1Copy full SHA for 187b4c1
bot.js
@@ -139,4 +139,4 @@ const track = async () => {
139
140
setInterval(track, 3600000); //Track every hr.
141
142
-bot.start();
+bot.start().then(() => console.log('Bot launched!'));
0 commit comments