mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-17 08:47:27 +00:00
types(WebhookMessageCreateOptions): omit sharedClientTheme
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user