aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2018-11-19 20:29:11 +0000
committerAdelyn Breedlove <[email protected]>2018-11-19 20:29:11 +0000
commit0fde8933c761c2724a27facf637a479be503172c (patch)
treec9a038701876e3db4dcdf5b1f96012d9f92fdf90
parentMerge branch 'add-license' into 'master' (diff)
parentAdd README (diff)
downloaddisml-0fde8933c761c2724a27facf637a479be503172c.tar.xz
disml-0fde8933c761c2724a27facf637a479be503172c.zip
Merge branch 'patch-1' into 'master'
Add README See merge request Mishio595/disml!8
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ff4b177
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# Dis.ml - An OCaml wrapper for the Discord API
+
+This is a library for creating bots on [Discord](https://discordapp.com/). Dis.ml uses JaneStreet's Async and Core libs and I highly recommend having a solid understanding of both of these before using this library.
+
+## State of the project
+This is being actively developed and is definitely still in the early stages. While you definitely could create a bot with this in its current state, you would be writing a lot of boilerplate still.
+
+#### What is implemented?
+* The full Discord REST API
+* Redimentary gateway support
+* Automatic sharding
+* Event dispatch to a user-defined consumer
+
+#### What is not implemented?
+* Abstractions for Discord Objects (Message, Guild, Channel, etc)
+* Automatic reconnection of dropped gateway connections
+* Voice
+* Cache \ No newline at end of file