summaryrefslogtreecommitdiff
path: root/src/commands/ping.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/ping.ts')
-rw-r--r--src/commands/ping.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/ping.ts b/src/commands/ping.ts
index 8e03af8..f92485b 100644
--- a/src/commands/ping.ts
+++ b/src/commands/ping.ts
@@ -4,7 +4,7 @@ import {
ApplicationCommandOptionType,
ApplicationCommandType,
InteractionResponseType,
-} from 'discord-api-types/v10.js';
+} from 'discord-api-types/v10';
import {promise} from 'ping';
import {CommandBuilder, type HandlerFn} from '../sys/handler';