Add in withComponents to Webhook
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -7981,6 +7981,7 @@ export interface WebhookMessageOptions extends Omit<MessageOptions, 'nonce' | 'r
|
||||
threadId?: Snowflake;
|
||||
threadName?: string;
|
||||
appliedTags?: Snowflake[];
|
||||
withComponents?: boolean;
|
||||
}
|
||||
|
||||
export type WebhookType = keyof typeof WebhookTypes;
|
||||
|
||||
Reference in New Issue
Block a user