mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
Update webhook.ts
This commit is contained in:
@@ -17,7 +17,7 @@ export interface Webhook {
|
||||
user?: User;
|
||||
/** The default name of the webhook */
|
||||
name: string | null;
|
||||
/** The default avatar of the webhook */
|
||||
/** The default user avatar hash of the webhook */
|
||||
avatar: string | null;
|
||||
/** The secure token of the webhook (returned for Incomming Webhooks) */
|
||||
token?: string;
|
||||
|
||||
Reference in New Issue
Block a user