diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 88cf807a2..9f24cbae8 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -8062,7 +8062,7 @@ export interface WebhookFetchMessageOptions { export interface WebhookMessageCreateOptions extends Omit< MessageCreateOptions, - 'nonce' | 'reply' | 'stickers' | 'forward' + 'nonce' | 'reply' | 'stickers' | 'forward' | 'sharedClientTheme' > { username?: string; avatarURL?: string;