diff options
| author | Adelyn Breedlove <[email protected]> | 2019-02-11 17:23:59 +0000 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-02-11 17:23:59 +0000 |
| commit | 7c9b809078b5cd53e3d54c0004c683da2ec679af (patch) | |
| tree | 5a1b165b597fc1ad4167115d9a23b12852a4636b /lib/client.ml | |
| parent | Merge branch 'sharder_fixes' into 'master' (diff) | |
| download | disml-7c9b809078b5cd53e3d54c0004c683da2ec679af.tar.xz disml-7c9b809078b5cd53e3d54c0004c683da2ec679af.zip | |
Add a cache
Diffstat (limited to 'lib/client.ml')
| -rw-r--r-- | lib/client.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/client.ml b/lib/client.ml index 97a736b..d1778e7 100644 --- a/lib/client.ml +++ b/lib/client.ml @@ -18,4 +18,5 @@ let set_status_with ~f client = Sharder.set_status_with ~f client.sharder
let request_guild_members ~guild ?query ?limit client =
+ let `Guild_id guild = guild in
Sharder.request_guild_members ~guild ?query ?limit client.sharder
\ No newline at end of file |