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 12fb5ec commit 25146e9Copy full SHA for 25146e9
packages/jellycommands/src/JellyCommands.ts
@@ -28,7 +28,6 @@ export class JellyCommands extends Client {
28
29
if (this.joptions.commands) {
30
const commands = await resolveCommands(this, this.joptions.commands);
31
-
32
const commandIdMap = await getCommandIdMap(this, commands);
33
34
// Whenever there is a interactionCreate event respond to it
0 commit comments