aboutsummaryrefslogtreecommitdiff
path: root/lib/disml.ml
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-23 10:40:04 -0700
committerAdelyn Breelove <[email protected]>2019-01-23 10:40:04 -0700
commitf23a12be25f819b9cc9ae05829b14edb6807082f (patch)
treee90bf9fa5a469c9707feccce9bf3926858c67f35 /lib/disml.ml
parentfix a doc typo (diff)
downloaddisml-f23a12be25f819b9cc9ae05829b14edb6807082f.tar.xz
disml-f23a12be25f819b9cc9ae05829b14edb6807082f.zip
Guild ID and Channel ID abstractions
Diffstat (limited to 'lib/disml.ml')
-rw-r--r--lib/disml.ml20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/disml.ml b/lib/disml.ml
new file mode 100644
index 0000000..3274342
--- /dev/null
+++ b/lib/disml.ml
@@ -0,0 +1,20 @@
+module Client = Client
+module Http = Http
+module Sharder = Sharder
+
+module Activity = Activity
+module Attachment = Attachment
+module Ban = Ban
+module Channel = Channel
+module Channel_id = Channel_id
+module Embed = Embed
+module Emoji = Emoji
+module Guild = Guild
+module Guild_id = Guild_id
+module Member = Member
+module Message = Message
+module Presence = Presence
+module Reaction = Reaction
+module Role = Role
+module Snowflake = Snowflake
+module User = User \ No newline at end of file