From a273853f4d1fba9ca432f0ab6dddd0015f2f735d Mon Sep 17 00:00:00 2001 From: antor940 <78193797+antor940@users.noreply.github.com> Date: Sat, 22 Jan 2022 15:04:56 +0600 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 03043b3..7677896 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ const client = new Client({ restTimeOffset: 0 }); -client.login(TOKEN); +client.login(process.env.BOT_TOKEN); client.commands = new Collection(); client.prefix = PREFIX; client.queue = new Map();