diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-03 11:42:27 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-03 11:42:27 -0500 |
| commit | fd7f8eba960981482fabf350995bf753feebb176 (patch) | |
| tree | 2bd0c85b09a04ecd8e1f20fc409eb4b8a22289a7 /bot/deploy-command.js | |
| parent | cf1382d88c5e3298923c8cb243b7bc5751e68b53 (diff) | |
| download | AleeBot-fd7f8eba960981482fabf350995bf753feebb176.tar.gz AleeBot-fd7f8eba960981482fabf350995bf753feebb176.tar.bz2 AleeBot-fd7f8eba960981482fabf350995bf753feebb176.zip | |
More commands ported; Almost all 2.x features have been added
Diffstat (limited to 'bot/deploy-command.js')
| -rw-r--r-- | bot/deploy-command.js | 2 |
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() => { |
