From b9ee77f8153090e9d47e73ab195540d10720c7b6 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Thu, 10 Jan 2019 13:12:49 -0700 Subject: AAAAAAAAAAAAAAAAAAAAAAAA --- lib/guild.atd | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 lib/guild.atd (limited to 'lib/guild.atd') diff --git a/lib/guild.atd b/lib/guild.atd deleted file mode 100644 index c290b5f..0000000 --- a/lib/guild.atd +++ /dev/null @@ -1,36 +0,0 @@ -type snowflake = abstract -type user = abstract -type member = abstract -type role = abstract -type channel = abstract -type emoji = abstract - - -type t = { - id: snowflake; - name: string; - ?icon: string option; - ?splash: string option; - owner_id: snowflake; - region: string; - ?afk_channel_id: snowflake option; - afk_timeout: int; - ?embed_enabled: bool option; - ?embed_channel_id: snowflake option; - verification_level: int; - default_message_notifications: int; - explicit_content_filter: int; - roles: role list; - emojis: emoji list; - features: string list; - mfa_level: int; - ?application_id: snowflake option; - ?widget_enabled: bool option; - ?widget_channel: channel option; - ?system_channel: channel option; - ~large: bool; - ~unavailable: bool; - ?member_count: int option; - ~members: member list; - ~channels: channel list; -} \ No newline at end of file -- cgit v1.2.3