From 9e3c97eb4f5d8a808844cb2e448371ce1cc150e1 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Thu, 20 Dec 2018 16:03:27 -0700 Subject: Working with Discord's channel bullshit --- lib/guild.atd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/guild.atd') diff --git a/lib/guild.atd b/lib/guild.atd index aec3f86..c290b5f 100644 --- a/lib/guild.atd +++ b/lib/guild.atd @@ -1,8 +1,8 @@ type snowflake = abstract type user = abstract -type member = abstract +type member = abstract type role = abstract -type channel = abstract +type channel = abstract type emoji = abstract @@ -28,8 +28,8 @@ type t = { ?widget_enabled: bool option; ?widget_channel: channel option; ?system_channel: channel option; - ?large: bool option; - ?unavailable: bool option; + ~large: bool; + ~unavailable: bool; ?member_count: int option; ~members: member list; ~channels: channel list; -- cgit v1.2.3