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