diff options
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 |