diff options
Diffstat (limited to 'src/commands/ping.ts')
| -rw-r--r-- | src/commands/ping.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/ping.ts b/src/commands/ping.ts index 9bf6bc0..a39e25a 100644 --- a/src/commands/ping.ts +++ b/src/commands/ping.ts @@ -5,7 +5,7 @@ import { ApplicationCommandType, InteractionResponseType, } from "discord-api-types/v10"; -import { CommandBuilder, HandlerFn } from "../handler"; +import { CommandBuilder, HandlerFn } from "../sys/handler"; import { promise } from "ping"; type Messages = { |
