From 4a367f6f8fda2ab041243fa87b7e936212cfbe1a Mon Sep 17 00:00:00 2001 From: jack1142 <84-jack1142@users.noreply.gitlab.insrt.uk> Date: Thu, 19 Aug 2021 03:11:25 +0000 Subject: [PATCH] Mark ServerChannel's description as optional --- types/Channels.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/Channels.ts b/types/Channels.ts index 660e5f9..7d1dd71 100644 --- a/types/Channels.ts +++ b/types/Channels.ts @@ -126,7 +126,7 @@ export type ServerChannel = { /** * Channel description */ - description: string + description?: string icon?: Attachment