From 2154d2866b344c9e4444d3b4ee36d2e22cb2198b Mon Sep 17 00:00:00 2001 From: ein Date: Sun, 22 May 2022 13:36:25 -0700 Subject: [PATCH] reduce the chance the bot replies --- app/bot.py | 2 +- app/requirements.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 app/requirements.txt diff --git a/app/bot.py b/app/bot.py index db5a8de1..3e3b248e 100755 --- a/app/bot.py +++ b/app/bot.py @@ -54,7 +54,7 @@ async def fix_cdn_url(ctx): async def business_card_scene_reploy(ctx): # if it has an attachment or a link if ctx.attachments or "https://" in ctx.content: - if random.randint(0, 9) == 0: + if random.randint(0, 15) == 0: quotes = [ "Jesus. This is really super. How'd a nitwit like you get so tasteful?", "Whoa. Very nice. Take a look.", diff --git a/app/requirements.txt b/app/requirements.txt old mode 100644 new mode 100755