mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
types(WebhookMessageOptions): disallow stickers (#7012)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -5171,7 +5171,7 @@ export interface WebhookFetchMessageOptions {
|
||||
threadId?: Snowflake;
|
||||
}
|
||||
|
||||
export interface WebhookMessageOptions extends Omit<MessageOptions, 'reply'> {
|
||||
export interface WebhookMessageOptions extends Omit<MessageOptions, 'reply' | 'stickers'> {
|
||||
username?: string;
|
||||
avatarURL?: string;
|
||||
threadId?: Snowflake;
|
||||
|
||||
Reference in New Issue
Block a user