diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-21 12:14:58 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-21 12:14:58 -0700 |
| commit | ef93c7448f6c74ec20bd7846cb324b836bb2e222 (patch) | |
| tree | 5ed470e09b45279a07202ea22d62dc9ef2935724 /bin/bot.ml | |
| parent | Finalize signatures (diff) | |
| download | disml-ef93c7448f6c74ec20bd7846cb324b836bb2e222.tar.xz disml-ef93c7448f6c74ec20bd7846cb324b836bb2e222.zip | |
More signature improvements
Diffstat (limited to 'bin/bot.ml')
| -rw-r--r-- | bin/bot.ml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ let main () = | Some t -> t | None -> failwith "No token in env" in - Client.start token + Client.start ~count:5 token >>> ignore let _ = |