diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/schemas/MessageCreateSchema.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/schemas/MessageCreateSchema.ts b/src/util/schemas/MessageCreateSchema.ts index 91c0817c..57abf62f 100644 --- a/src/util/schemas/MessageCreateSchema.ts +++ b/src/util/schemas/MessageCreateSchema.ts @@ -54,4 +54,6 @@ export interface MessageCreateSchema { **/ attachments?: Attachment[]; sticker_ids?: string[]; + // eslint-disable-next-line @typescript-eslint/no-explicit-any + components?: any[]; } |