summary refs log tree commit diff
path: root/src/schemas/api/bots/ApplicationCommandCreateSchema.ts
diff options
context:
space:
mode:
authorCyberL1 <cyber.hf18@gmail.com>2025-10-22 18:00:16 +0200
committerCyberL1 <cyber.hf18@gmail.com>2025-10-22 18:00:16 +0200
commita024d6343c672d15754e14ef3d183eee02b5432f (patch)
treeb6d6a63c4a7f5515175096d12ca131bc9a71a75d /src/schemas/api/bots/ApplicationCommandCreateSchema.ts
parentfix: add `BulkApplicationCommandCreateSchema` (diff)
downloadserver-ts-a024d6343c672d15754e14ef3d183eee02b5432f.tar.xz
fix: add `BulkApplicationCommandCreateSchema`
Diffstat (limited to 'src/schemas/api/bots/ApplicationCommandCreateSchema.ts')
-rw-r--r--src/schemas/api/bots/ApplicationCommandCreateSchema.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/schemas/api/bots/ApplicationCommandCreateSchema.ts b/src/schemas/api/bots/ApplicationCommandCreateSchema.ts

index 0217d889b..a03b81cdf 100644 --- a/src/schemas/api/bots/ApplicationCommandCreateSchema.ts +++ b/src/schemas/api/bots/ApplicationCommandCreateSchema.ts
@@ -17,3 +17,5 @@ export interface ApplicationCommandCreateSchema { contexts?: InteractionContextType[]; handler?: ApplicationCommandHandlerType; } + +export type BulkApplicationCommandCreateSchema = ApplicationCommandCreateSchema[];