From 7c9b809078b5cd53e3d54c0004c683da2ec679af Mon Sep 17 00:00:00 2001 From: Adelyn Breedlove Date: Mon, 11 Feb 2019 17:23:59 +0000 Subject: Add a cache --- lib/disml.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/disml.ml') diff --git a/lib/disml.ml b/lib/disml.ml index 922a4d3..2e44658 100644 --- a/lib/disml.ml +++ b/lib/disml.ml @@ -29,6 +29,8 @@ (** The primary interface for connecting to Discord and handling gateway events. *) module Client = Client +module Cache = Cache + (** Raw HTTP abstractions for Discord's REST API. *) module Http = Http -- cgit v1.2.3