summary refs log tree commit diff
path: root/src/schemas/api/bots/SendableMessageComponentDataSchema.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/SendableMessageComponentDataSchema.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/SendableMessageComponentDataSchema.ts')
-rw-r--r--src/schemas/api/bots/SendableMessageComponentDataSchema.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/schemas/api/bots/SendableMessageComponentDataSchema.ts b/src/schemas/api/bots/SendableMessageComponentDataSchema.ts

index 6581fa7c..eb8d2ee1 100644 --- a/src/schemas/api/bots/SendableMessageComponentDataSchema.ts +++ b/src/schemas/api/bots/SendableMessageComponentDataSchema.ts
@@ -3,8 +3,8 @@ import { MessageComponentType } from "../messages"; import { ApplicationCommandType } from "./ApplicationCommandSchema"; export interface SendableMessageComponentDataSchema { - component_type?: MessageComponentType; - type?: ApplicationCommandType; - custom_id: string; - values?: Snowflake[] | string[]; + component_type?: MessageComponentType; + type?: ApplicationCommandType; + custom_id: string; + values?: Snowflake[] | string[]; }