mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Merge pull request #968 from discordeno/createwebhook-avatar-is-optional
fix: CreateWebhook.avatar is optional
This commit is contained in:
@@ -2,5 +2,5 @@ export interface CreateWebhook {
|
||||
/** Name of the webhook (1-80 characters) */
|
||||
name: string;
|
||||
/** Image for the default webhook avatar */
|
||||
avatar: string | null;
|
||||
avatar?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user