summary refs log tree commit diff
path: root/src/schemas/api
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-02-13 12:30:56 -0600
committerRory& <root@rory.gay>2026-03-20 16:31:32 +0100
commita4ff9e9d41f05e7af3d7eb2debc186f6e1ad959e (patch)
tree6111a3301588b3d0918bad3f0dfa10a9504831c9 /src/schemas/api
parentmove the check to the right spot (diff)
downloadserver-ts-a4ff9e9d41f05e7af3d7eb2debc186f6e1ad959e.tar.xz
switch messages to base message type
Diffstat (limited to 'src/schemas/api')
-rw-r--r--src/schemas/api/messages/Components.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schemas/api/messages/Components.ts b/src/schemas/api/messages/Components.ts

index 23d08957..5fb888b5 100644 --- a/src/schemas/api/messages/Components.ts +++ b/src/schemas/api/messages/Components.ts
@@ -26,6 +26,7 @@ export interface ActionRowComponent extends MessageComponent { type: MessageComponentType.ActionRow; components: (ButtonComponent | StringSelectMenuComponent | SelectMenuComponent | TextInputComponent)[]; } +export type BaseMessageComponents = ActionRowComponent; export interface ButtonComponent extends MessageComponent { type: MessageComponentType.Button;