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