From af961bbfa8c019694fdf1b60702829b52949f89e Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Wed, 14 Apr 2021 08:47:51 +0200 Subject: [PATCH] Update webhook.ts --- src/types/webhooks/webhook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/webhooks/webhook.ts b/src/types/webhooks/webhook.ts index 791461431..ca8434a5e 100644 --- a/src/types/webhooks/webhook.ts +++ b/src/types/webhooks/webhook.ts @@ -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;