aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/bot.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bot.ml b/bin/bot.ml
index 92825fc..c0a131d 100644
--- a/bin/bot.ml
+++ b/bin/bot.ml
@@ -52,7 +52,7 @@ let main () =
(Time.Span.create ~sec:60 ())
(fun () ->
print_endline "Setting status";
- Client.set_status_with ~f:(fun shard -> `String ("Current seq: " ^ (Int.to_string shard.seq))) client
+ Client.set_status ~status:(`String "Hello!") client
>>> ignore)
let _ =