diff options
Diffstat (limited to 'lib/client.ml')
| -rw-r--r-- | lib/client.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/client.ml b/lib/client.ml index 50966e7..bf27039 100644 --- a/lib/client.ml +++ b/lib/client.ml @@ -6,7 +6,7 @@ type t = }
let start ?count ?compress ?(large=250) token =
- Client_options.token := token;
+ Client_options.token := "Bot " ^ token;
Sharder.start ?count ?compress ~large_threshold:large ()
>|= fun sharder ->
{ sharder; }
|