Update bot.js

This commit is contained in:
ten_devoleper 2021-01-22 21:54:18 +07:00 committed by GitHub
parent 169d50fc23
commit 539527d1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
bot.js
View File

@ -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() {