Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -14,7 +14,7 @@ for (const file of commandFiles) { | ... | @@ -14,7 +14,7 @@ for (const file of commandFiles) { |
| 14 | const command = require(`./commands/${file}`); | 14 | const command = require(`./commands/${file}`); |
| 15 | commands.push(command.data.toJSON()); | 15 | commands.push(command.data.toJSON()); |
| 16 | } | 16 | } |
| 17 | - | 17 | + |
| 18 | const rest = new REST({ version: "9" }).setToken(token); | 18 | const rest = new REST({ version: "9" }).setToken(token); |
| 19 | 19 | ||
| 20 | (async () => { | 20 | (async () => { | ... | ... |
-
Please register or login to post a comment