summaryrefslogtreecommitdiff
path: root/src/sys/handler/index.ts
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-05 02:30:42 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-05 02:30:42 +0400
commiteb5e4b49d22ff9c96e7d465f0ecd88d27273f99a (patch)
tree4a327d2e23b3270502c353e1bfcf79ec5e243860 /src/sys/handler/index.ts
parent9fca912692e3b7867e5f900d936bd15c754b107e (diff)
fix small errors in linting
Diffstat (limited to 'src/sys/handler/index.ts')
-rw-r--r--src/sys/handler/index.ts2
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';