diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-10 13:12:49 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-10 13:12:49 -0700 |
| commit | b9ee77f8153090e9d47e73ab195540d10720c7b6 (patch) | |
| tree | d36bdb7ce17e03ee1bdb60d6b638f8ac6e022711 /lib/role.atd | |
| parent | Why are events so confusing (diff) | |
| download | disml-b9ee77f8153090e9d47e73ab195540d10720c7b6.tar.xz disml-b9ee77f8153090e9d47e73ab195540d10720c7b6.zip | |
AAAAAAAAAAAAAAAAAAAAAAAA
Diffstat (limited to 'lib/role.atd')
| -rw-r--r-- | lib/role.atd | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/role.atd b/lib/role.atd deleted file mode 100644 index d442a92..0000000 --- a/lib/role.atd +++ /dev/null @@ -1,22 +0,0 @@ -type snowflake <ocaml from="Snowflake" t="t"> = abstract - -type role = { - id: snowflake; - name: string; - colour <json name="color">: int; - hoist: bool; - position: int; - permissions: int; - managed: bool; - mentionable: bool; -} - -type role_update = { - role: role; - guild_id: snowflake; -} - -type t = { - inherit role; - guild_id: snowflake; - }
\ No newline at end of file |