Skip to content

Commit d309d43

Browse files
authored
feat(rest.put)
1 parent 4dcc0d7 commit d309d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/Command.Service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = (Client) =>
4444

4545
await rest.put(Routes.applicationCommands(ClientId),
4646
{
47-
body: Client.CommandArray,
47+
body: Client.CommandArray
4848
});
4949

5050
Logger.info(`Successfully reloaded application (/) commands.`);

0 commit comments

Comments
 (0)