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/sys/handler/index.ts | |
| parent | 9fca912692e3b7867e5f900d936bd15c754b107e (diff) | |
fix small errors in linting
Diffstat (limited to 'src/sys/handler/index.ts')
| -rw-r--r-- | src/sys/handler/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/handler/index.ts b/src/sys/handler/index.ts index 2d5e232..a832d12 100644 --- a/src/sys/handler/index.ts +++ b/src/sys/handler/index.ts @@ -7,7 +7,7 @@ import { type RESTPostAPIChatInputApplicationCommandsJSONBody, Routes, type APIInteractionResponse, -} from 'discord-api-types/v10.js'; +} from 'discord-api-types/v10'; export * from './builder'; |
