We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acede32 commit 7d777e3Copy full SHA for 7d777e3
2 files changed
.changeset/three-berries-impress.md
@@ -0,0 +1,5 @@
1
+---
2
+"@softnetics/what-is-dis": minor
3
4
+
5
+Add reregister command to bot
packages/what-is-dis/src/bot/index.ts
@@ -122,7 +122,7 @@ export class DiscordBot {
122
}
123
124
125
- private async registerSlashCommands() {
+ async registerSlashCommands() {
126
const commands: RESTPostAPIChatInputApplicationCommandsJSONBody[] =
127
this.slashCommandCollection.map((command) => command.data)
128
0 commit comments