diff options
| author | Adelyn Breedlove <[email protected]> | 2019-01-29 17:18:49 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-01-29 17:18:49 -0700 |
| commit | 2e76d2a6763260401c4ad168f3eb4f8416573fce (patch) | |
| tree | 5061bf3c65f11dfb8e6b55772f10f99ee0dbd2bf /bin | |
| parent | Remove some silly internals (diff) | |
| download | disml-2e76d2a6763260401c4ad168f3eb4f8416573fce.tar.xz disml-2e76d2a6763260401c4ad168f3eb4f8416573fce.zip | |
Better shard shutdown and HTTP error logging
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/bot.ml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ let main () = | Some t -> t
| None -> failwith "No token in env"
in
- Client.start ~compress:true token
+ Client.start token
>>> fun c ->
Ivar.fill client c
|