diff options
| author | Adelyn Breedlove <[email protected]> | 2018-12-21 16:22:49 +0000 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2018-12-21 16:22:49 +0000 |
| commit | c23f6b323a7231cd2caee6520dc709799508c87e (patch) | |
| tree | 4c238d53d2cbd9362f04044351582dd5f5e56d79 /lib/models/gen/guild.atd | |
| parent | Merge branch 'dev' into 'master' (diff) | |
| parent | Update README (diff) | |
| download | disml-c23f6b323a7231cd2caee6520dc709799508c87e.tar.xz disml-c23f6b323a7231cd2caee6520dc709799508c87e.zip | |
Merge branch 'dev' into 'master'
Merge work from dev
See merge request Mishio595/disml!11
Diffstat (limited to 'lib/models/gen/guild.atd')
| -rw-r--r-- | lib/models/gen/guild.atd | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/lib/models/gen/guild.atd b/lib/models/gen/guild.atd deleted file mode 100644 index c622eea..0000000 --- a/lib/models/gen/guild.atd +++ /dev/null @@ -1,36 +0,0 @@ -type snowflake <ocaml from="Snowflake" t="t"> = abstract -type user <ocaml from="User" t="t"> = abstract -type member <ocaml from="Member" t="t"> = abstract -type role <ocaml from="Role" t="t"> = abstract -type channel <ocaml from="Channel" t="t"> = abstract -type emoji <ocaml from="Emoji" t="t"> = 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 option; - ?channels: channel list option; -}
\ No newline at end of file |