유병우

Modify deploy-commands.js

......@@ -14,7 +14,7 @@ for (const file of commandFiles) {
const command = require(`./commands/${file}`);
commands.push(command.data.toJSON());
}
const rest = new REST({ version: "9" }).setToken(token);
(async () => {
......