diff options
| author | Mishio595 <[email protected]> | 2018-11-29 18:10:45 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-29 18:10:45 -0700 |
| commit | eaccd45894e5b519bca82662d0b950b5f1d9c598 (patch) | |
| tree | 0d08c556ca3a0399c0be1169d5f0da57b618812b /bin/bot.ml | |
| parent | Try to make it a more properly structured lib (diff) | |
| download | disml-eaccd45894e5b519bca82662d0b950b5f1d9c598.tar.xz disml-eaccd45894e5b519bca82662d0b950b5f1d9c598.zip | |
Fix all the errors from coding without merlin
Diffstat (limited to 'bin/bot.ml')
| -rw-r--r-- | bin/bot.ml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 _ = |