Skip to content

Commit 4dcc0d7

Browse files
authored
feat(Command Globe Handler)
1 parent dbeedf1 commit 4dcc0d7

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
@@ -42,7 +42,7 @@ module.exports = (Client) =>
4242
{
4343
Logger.info(`Started refreshing application (/) commands.`);
4444

45-
await rest.put(Routes.applicationGuildCommands(ClientId, '908284384262639636'),
45+
await rest.put(Routes.applicationCommands(ClientId),
4646
{
4747
body: Client.CommandArray,
4848
});

0 commit comments

Comments
 (0)