aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-13 18:42:47 -0700
committerMishio595 <[email protected]>2018-11-13 18:42:47 -0700
commit9c910343f13400c9867dc0841e52a6b4510633ad (patch)
tree9da8fb076a861afc5d21fff705484a0a57e9ab9a /bin
parentA few more sharding improvements (diff)
downloaddisml-9c910343f13400c9867dc0841e52a6b4510633ad.tar.xz
disml-9c910343f13400c9867dc0841e52a6b4510633ad.zip
New name who dis
Diffstat (limited to 'bin')
-rw-r--r--bin/bot.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bot.ml b/bin/bot.ml
index e976ce2..bf9f36e 100644
--- a/bin/bot.ml
+++ b/bin/bot.ml
@@ -1,5 +1,5 @@
open Lwt.Infix
-open Animus
+open Disml
let main sharder =
Lwt_engine.on_timer 60.0 true begin
@@ -12,7 +12,7 @@ let main sharder =
end
let _ =
- Animus.Sharder.start @@ Sys.getenv "DISCORD_TOKEN"
+ Sharder.start @@ Sys.getenv "DISCORD_TOKEN"
>>= (fun sharder ->
main sharder
|> ignore;