Update bot.js
This commit is contained in:
parent
169d50fc23
commit
539527d1fb
1 changed files with 1 additions and 1 deletions
2
bot.js
2
bot.js
|
@ -14,7 +14,7 @@ class Bot {
|
|||
|
||||
this.discordClient.on("message", (msg) => {this.processMessage(msg)});
|
||||
|
||||
this.discordClient.login(process.env.TOKEN);
|
||||
this.discordClient.login(Config.discord_token);
|
||||
}
|
||||
|
||||
initialize() {
|
||||
|
|
Loading…
Reference in a new issue