aboutsummaryrefslogtreecommitdiff
path: root/lib/models/role.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/role.ml')
-rw-r--r--lib/models/role.ml10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/models/role.ml b/lib/models/role.ml
deleted file mode 100644
index 0577342..0000000
--- a/lib/models/role.ml
+++ /dev/null
@@ -1,10 +0,0 @@
-type t = {
- id: Snowflake.t;
- name: string;
- colour: int;
- hoist: bool;
- position: int;
- permissions: int;
- managed: bool;
- mentionable: bool;
-} [@@deriving yojson] \ No newline at end of file