aboutsummaryrefslogtreecommitdiff
path: root/bot/deploy-command.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/deploy-command.js')
-rw-r--r--bot/deploy-command.js2
1 files changed, 1 insertions, 1 deletions
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() => {