diff --git a/src/message_handler.rs b/src/message_handler.rs index f8189f6..e4a93b4 100644 --- a/src/message_handler.rs +++ b/src/message_handler.rs @@ -47,7 +47,7 @@ pub async fn handle(ctx: Context, msg: Message) { } - if random::() % 1000 == 666 { + if random::() % 10000 == 666 { match msg.reply(ctx.http(), "Povedz loď").await { Ok(_) => {}, Err(e) => send_error(ctx.http.clone(), e.to_string()).await