From ac74a2cec4e05447fd9ad60aafed8930887fbe05 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 19 Dec 2022 18:36:53 +1100 Subject: Create webhooks --- src/util/schemas/WebhookCreateSchema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/schemas') diff --git a/src/util/schemas/WebhookCreateSchema.ts b/src/util/schemas/WebhookCreateSchema.ts index 99f6a12f..12ab1869 100644 --- a/src/util/schemas/WebhookCreateSchema.ts +++ b/src/util/schemas/WebhookCreateSchema.ts @@ -4,5 +4,5 @@ export interface WebhookCreateSchema { * @maxLength 80 */ name: string; - avatar: string; + avatar?: string; } -- cgit 1.4.1