Skip to content

Commit 187b4c1

Browse files
author
AffanTheBest
committed
Log when bot launches
1 parent d95183e commit 187b4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ const track = async () => {
139139

140140
setInterval(track, 3600000); //Track every hr.
141141

142-
bot.start();
142+
bot.start().then(() => console.log('Bot launched!'));

0 commit comments

Comments
 (0)