aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2018-12-13 14:11:54 -0700
committerAdelyn Breelove <[email protected]>2018-12-13 14:11:54 -0700
commit73d115ce6260e97f5f7ee47f743d842ffd292662 (patch)
tree7825358ae1b4736392909cb72ce26cdb26257d23 /bin
parentAdd rate limit handling (diff)
downloaddisml-73d115ce6260e97f5f7ee47f743d842ffd292662.tar.xz
disml-73d115ce6260e97f5f7ee47f743d842ffd292662.zip
Working on deriving types from json
Diffstat (limited to 'bin')
-rw-r--r--bin/bot.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/bot.ml b/bin/bot.ml
index d1a7ca3..7d7f714 100644
--- a/bin/bot.ml
+++ b/bin/bot.ml
@@ -8,8 +8,7 @@ module Client = Disml.Client.Make(struct
end)(Handler)
let main () =
- let client = Client.init () in
- Client.start client
+ Client.start ()
>>> fun client ->
Clock.every
(Time.Span.create ~sec:60 ())