Skip to content

Commit

Permalink
discord login message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon1320 committed Jul 31, 2018
1 parent 9b997f8 commit ecf923b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,4 +666,7 @@ client.on("warn", info => {
//client
});

client.login(config.discord_token);
client.login(config.discord_token).then(() => {

botLogger.log("logged into discord");
});

0 comments on commit ecf923b

Please sign in to comment.