summary refs log tree commit diff
path: root/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-17 11:00:51 +0100
committerRory& <root@rory.gay>2025-12-17 11:01:27 +0100
commit491c0de845a886954262e3ddb24959ba37a014b6 (patch)
treec0251f3779a5cd2842320e1278232b48fbea0390 /src/schemas/api/bots/SendableApplicationCommandDataSchema.ts
parentPre-commit: use spaces for formatting, regenerate schemas if changed (diff)
downloadserver-ts-491c0de845a886954262e3ddb24959ba37a014b6.tar.xz
lintstagedrc: regenerate schemas/openapi if schemas changed
Diffstat (limited to 'src/schemas/api/bots/SendableApplicationCommandDataSchema.ts')
-rw-r--r--src/schemas/api/bots/SendableApplicationCommandDataSchema.ts16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts b/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts

index 7dfbbd00..3f5496e7 100644 --- a/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts +++ b/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts
@@ -3,12 +3,12 @@ import { ApplicationCommandOption } from "../developers"; import { ApplicationCommandType } from "./ApplicationCommandSchema"; export interface SendableApplicationCommandDataSchema { - id: Snowflake; - type?: ApplicationCommandType; - name: string; - version: Snowflake; - application_command?: object; - options?: ApplicationCommandOption[]; - target_id?: Snowflake; - attachments?: object[]; // idk the type + id: Snowflake; + type?: ApplicationCommandType; + name: string; + version: Snowflake; + application_command?: object; + options?: ApplicationCommandOption[]; + target_id?: Snowflake; + attachments?: object[]; // idk the type }