diff --git a/app/bot.py b/app/bot.py index 3e3b248e..48190a40 100755 --- a/app/bot.py +++ b/app/bot.py @@ -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