diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-05 02:30:42 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-05 02:30:42 +0400 |
| commit | eb5e4b49d22ff9c96e7d465f0ecd88d27273f99a (patch) | |
| tree | 4a327d2e23b3270502c353e1bfcf79ec5e243860 /src/commands/ping.ts | |
| parent | 9fca912692e3b7867e5f900d936bd15c754b107e (diff) | |
fix small errors in linting
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 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'; |
