From 510b48252a8e068557b9867db778ab13d951117f Mon Sep 17 00:00:00 2001 From: EBLLIS <88104016+EBLLIS@users.noreply.github.com> Date: Sat, 7 Aug 2021 06:26:20 +0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 852c400..8034a61 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ const client = new Client({ restTimeOffset: 0 }); -client.login(TOKEN); +client.login(ODczMzA0NzQ3NjAyNDg5MzY0.YQ2ebQ.gS-Dd37jzf0XvTbJSiYOnYg1Gk4); client.commands = new Collection(); client.prefix = PREFIX; client.queue = new Map();