Skip to content

Commit

Permalink
feat: reregister-command
Browse files Browse the repository at this point in the history
  • Loading branch information
peam1146 committed Dec 26, 2023
1 parent acede32 commit 95bd875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/what-is-dis/src/bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ export class DiscordBot {
return this.client
}

reregisterSlashCommands() {
return this.registerSlashCommands()
}

async listen() {
this.setupGracefulShutdown()
this.subscribeGatewayDispatchEvents()
Expand Down

0 comments on commit 95bd875

Please sign in to comment.