유병우

Modify deploy-commands.js

...@@ -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 () => {
......