From 1a73007b3aaa17940173eaff1eb4f6703fd9ec0c Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Wed, 19 Dec 2018 13:44:04 -0700 Subject: Re-arrange autogen serialization files and incorporate into dune file --- lib/models/gen/guild.atd | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 lib/models/gen/guild.atd (limited to 'lib/models/gen/guild.atd') diff --git a/lib/models/gen/guild.atd b/lib/models/gen/guild.atd deleted file mode 100644 index aec3f86..0000000 --- a/lib/models/gen/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 option; - ?unavailable: bool option; - ?member_count: int option; - ~members: member list; - ~channels: channel list; -} \ No newline at end of file -- cgit v1.2.3