We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad54863 commit b8ed9e8Copy full SHA for b8ed9e8
1 file changed
src/message_handler.rs
@@ -368,7 +368,7 @@ pub async fn handle_message(
368
Ok(Command::text(text.join(" ")).reply())
369
}
370
371
- _ if locked_state.rng.gen_range(0..30) == 2 && !locked_state.config.shit_reddits.is_empty() => {
+ _ if locked_state.rng.gen_range(0..80) == 2 && !locked_state.config.shit_reddits.is_empty() => {
372
let res = locked_state
373
.client
374
.get(format!(
0 commit comments