From fd7f8eba960981482fabf350995bf753feebb176 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 3 Mar 2025 11:42:27 -0500 Subject: More commands ported; Almost all 2.x features have been added --- bot/deploy-command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/deploy-command.js') diff --git a/bot/deploy-command.js b/bot/deploy-command.js index 8aa3b68..b2403a1 100644 --- a/bot/deploy-command.js +++ b/bot/deploy-command.js @@ -10,7 +10,7 @@ for (const file of commandFiles) { commands.push(command.data.toJSON()); } -const rest = new REST().setToken(process.env.abbtoken); +const rest = new REST().setToken(process.env.token); // and deploy your commands! (async() => { -- cgit v1.2.3