reduce the chance the bot replies
This commit is contained in:
parent
b01417b13d
commit
2154d2866b
@ -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
0
app/requirements.txt
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user