fixed file name and fixed it to run properly

This commit is contained in:
Skylar Grant 2022-06-20 19:00:18 -04:00
parent 57e04acb42
commit a5bc4dc9c7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const rest = new REST({ version: '9' }).setToken(token);
console.log('Started refreshing application (/) commands.');
await rest.put(
Routes.applicationGuildCommands(clientId),
Routes.applicationCommands(clientId),
{ body: commands },
);