aboutsummaryrefslogtreecommitdiff
path: root/lib/models/user.atd
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2018-12-14 16:49:37 -0700
committerAdelyn Breedlove <[email protected]>2018-12-14 16:49:37 -0700
commit41fbba7d0b7dd9fff8dcb9985a474cfbbd2408f2 (patch)
tree690861418bed15de47e7cf5672d96fdacc9abe5e /lib/models/user.atd
parentMerge branch 'dev' of https://gitlab.com/Mishio595/disml into dev (diff)
parentA few metafile updates (diff)
downloaddisml-41fbba7d0b7dd9fff8dcb9985a474cfbbd2408f2.tar.xz
disml-41fbba7d0b7dd9fff8dcb9985a474cfbbd2408f2.zip
Merging
Diffstat (limited to 'lib/models/user.atd')
-rw-r--r--lib/models/user.atd13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/models/user.atd b/lib/models/user.atd
deleted file mode 100644
index 106b3b0..0000000
--- a/lib/models/user.atd
+++ /dev/null
@@ -1,13 +0,0 @@
-type snowflake <ocaml from="Snowflake" t="t"> = abstract
-
-type t = {
- id: snowflake;
- username: string;
- discriminator: string;
- ?avatar: string option;
- ~bot <ocaml default="false">: bool;
-}
-
-type partial_user = {
- id: snowflake;
-} \ No newline at end of file