aboutsummaryrefslogtreecommitdiff
path: root/bot/src/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/bot.js')
-rw-r--r--bot/src/bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/bot.js b/bot/src/bot.js
index 91c26c8..c301234 100644
--- a/bot/src/bot.js
+++ b/bot/src/bot.js
@@ -5,7 +5,7 @@ const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBit
init(client);
-client.login(process.env.token).then(() => {
+client.login(process.env.TOKEN).then(() => {
console.log('[>] Successfully authenticated.');
}).catch(() => {
console.log('[X] Login failed. The token that you have put in is invalid.');