Skip to content

Commit 5702b3c

Browse files
committed
fix: export CommandInteraction as type
1 parent 65d463d commit 5702b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/harmonix/src/pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CommandInteraction } from 'discord.js'
1+
import type { CommandInteraction } from 'discord.js'
22

33
import type { Middleware } from './types/runtime/pipeline'
44

0 commit comments

Comments
 (0)