We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcc0d7 commit d309d43Copy full SHA for d309d43
src/Service/Command.Service.js
@@ -44,7 +44,7 @@ module.exports = (Client) =>
44
45
await rest.put(Routes.applicationCommands(ClientId),
46
{
47
- body: Client.CommandArray,
+ body: Client.CommandArray
48
});
49
50
Logger.info(`Successfully reloaded application (/) commands.`);
0 commit comments