aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4c5d23c..e6170a8 100644
--- a/lib/gateway/sharder.ml
+++ b/lib/gateway/sharder.ml
@@ -107,7 +107,7 @@ module Shard = struct
; session = session
}
- let set_status ?(status="online") ?(kind=1) ?name ?since shard =
+ let set_status ?(status="online") ?(kind=0) ?name ?since shard =
let since = Option.(since >>| (fun v -> `Int v) |> value ~default:`Null) in
let game = match name with
| Some name -> `Assoc [ "name", `String name; "type", `Int kind ]