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.
handleSlashCommand
1 parent 9d6e0bb commit 05229c6Copy full SHA for 05229c6
packages/harmonix/src/discord/handlers/command.ts
@@ -47,7 +47,7 @@ export const handleCommandInteraction = async (
47
}
48
49
50
-export const handleSlashCommand = async (
+const handleSlashCommand = async (
51
interaction: ChatInputCommandInteraction,
52
command: AnyCommand
53
) => {
0 commit comments