removing the american psycho quotes

This commit is contained in:
Luke Robles 2022-05-23 19:31:00 -07:00
parent 8f9ce41de9
commit 403229c2b8

View File

@ -50,21 +50,6 @@ async def fix_cdn_url(ctx):
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")
async def convert_heic_to_jpg(ctx):
from cmagick import cmagick