diff options
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'; |
