diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-23 10:40:04 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-23 10:40:04 -0700 |
| commit | f23a12be25f819b9cc9ae05829b14edb6807082f (patch) | |
| tree | e90bf9fa5a469c9707feccce9bf3926858c67f35 /lib/disml.ml | |
| parent | fix a doc typo (diff) | |
| download | disml-f23a12be25f819b9cc9ae05829b14edb6807082f.tar.xz disml-f23a12be25f819b9cc9ae05829b14edb6807082f.zip | |
Guild ID and Channel ID abstractions
Diffstat (limited to 'lib/disml.ml')
| -rw-r--r-- | lib/disml.ml | 20 |
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 |