fixed file name and fixed it to run properly
This commit is contained in:
parent
57e04acb42
commit
a5bc4dc9c7
@ -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 },
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user