reduce the chance the bot replies

This commit is contained in:
ein 2022-05-22 13:36:25 -07:00
parent b01417b13d
commit 2154d2866b
2 changed files with 1 additions and 1 deletions

View File

@ -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.",

0
app/requirements.txt Normal file → Executable file
View File