aboutsummaryrefslogtreecommitdiff
path: root/lib/gateway
diff options
context:
space:
mode:
authorMatias Goldfeld <[email protected]>2021-01-29 13:40:47 -0500
committerMatias Goldfeld <[email protected]>2021-01-29 13:40:47 -0500
commita44882d0e2c7b3397fc6c6c616e554eeb2248fdb (patch)
treef0fc6ff32bbf586b94d573ecb4c99b17324ea0ee /lib/gateway
parentRevert "Started conversion to ppx_yojson_conv" (diff)
downloaddisml-a44882d0e2c7b3397fc6c6c616e554eeb2248fdb.tar.xz
disml-a44882d0e2c7b3397fc6c6c616e554eeb2248fdb.zip
Revert "More Int64 refactors"
This reverts commit b499169e93e9f7bdd0f877a3cdf0247ec495abe1.
Diffstat (limited to 'lib/gateway')
-rw-r--r--lib/gateway/sharder.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gateway/sharder.ml b/lib/gateway/sharder.ml
index 31275b2..14763ca 100644
--- a/lib/gateway/sharder.ml
+++ b/lib/gateway/sharder.ml
@@ -130,7 +130,7 @@ module Shard = struct
let request_guild_members ?(query="") ?(limit=0) ~guild shard =
let payload = `Assoc
- [ "guild_id", `String (Int64.to_string guild)
+ [ "guild_id", `String (Int.to_string guild)
; "query", `String query
; "limit", `Int limit
]