diff options
| author | Adelyn Breedlove <[email protected]> | 2019-01-17 00:01:54 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-01-17 00:01:54 -0700 |
| commit | 2d023e5cf9d880349686c137e530581765e65891 (patch) | |
| tree | 041cb510c57e65fa6732c89e75e346ab17a30f56 /bin/bot.ml | |
| parent | eliminate all functors in favour of a simpler approach (diff) | |
| download | disml-2d023e5cf9d880349686c137e530581765e65891.tar.xz disml-2d023e5cf9d880349686c137e530581765e65891.zip | |
more mlis
Diffstat (limited to 'bin/bot.ml')
| -rw-r--r-- | bin/bot.ml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,8 +7,7 @@ let main () = | Some t -> t | None -> failwith "No token in env" in - Client.create token; - Client.start () + Client.start token >>> fun client -> Clock.every (Time.Span.create ~sec:60 ()) |