Skip to content

Commit 05229c6

Browse files
committed
chore: remove useless export from handleSlashCommand function
1 parent 9d6e0bb commit 05229c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/harmonix/src/discord/handlers/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const handleCommandInteraction = async (
4747
}
4848
}
4949

50-
export const handleSlashCommand = async (
50+
const handleSlashCommand = async (
5151
interaction: ChatInputCommandInteraction,
5252
command: AnyCommand
5353
) => {

0 commit comments

Comments
 (0)