diff options
| author | Adelyn Breelove <[email protected]> | 2018-12-17 15:04:02 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2018-12-17 15:04:02 -0700 |
| commit | 10ff247b7643fb0bb3aade5faff37c569feb0a20 (patch) | |
| tree | 662767c51baf3c39591ee7fecbc36d6642a93243 /lib/models/gen/guild.atd | |
| parent | Some abstractions (diff) | |
| download | disml-10ff247b7643fb0bb3aade5faff37c569feb0a20.tar.xz disml-10ff247b7643fb0bb3aade5faff37c569feb0a20.zip | |
More stuff
Diffstat (limited to 'lib/models/gen/guild.atd')
| -rw-r--r-- | lib/models/gen/guild.atd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/gen/guild.atd b/lib/models/gen/guild.atd index 3bb40d9..aec3f86 100644 --- a/lib/models/gen/guild.atd +++ b/lib/models/gen/guild.atd @@ -1,7 +1,7 @@ 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 role <ocaml from="Role" t="role"> = abstract type channel <ocaml from="Channel" t="t"> = abstract type emoji <ocaml from="Emoji" t="t"> = abstract |