removing the american psycho quotes
This commit is contained in:
parent
2154d2866b
commit
ed53615564
15
app/bot.py
15
app/bot.py
@ -50,21 +50,6 @@ async def fix_cdn_url(ctx):
|
|||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
@bot.listen("on_message")
|
|
||||||
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, 15) == 0:
|
|
||||||
quotes = [
|
|
||||||
"Jesus. This is really super. How'd a nitwit like you get so tasteful?",
|
|
||||||
"Whoa. Very nice. Take a look.",
|
|
||||||
"That's really nice.",
|
|
||||||
"Impressive. Very nice.",
|
|
||||||
"Look at that subtle off-white coloring. The tasteful thickness of it.",
|
|
||||||
]
|
|
||||||
await ctx.reply(random.choice(quotes))
|
|
||||||
|
|
||||||
|
|
||||||
@bot.listen("on_message")
|
@bot.listen("on_message")
|
||||||
async def convert_heic_to_jpg(ctx):
|
async def convert_heic_to_jpg(ctx):
|
||||||
from cmagick import cmagick
|
from cmagick import cmagick
|
||||||
|
Loading…
x
Reference in New Issue
Block a user