EchoFrost/BernkeBotV2

Add 'stupid' message parsing

EchoFrost opened this issue · 0 comments

Should embed the following image:
https://i.imgur.com/LFIi7yS.jpg

💻

    elif 'stupid' in message.content.lower():
        msg = discord.Embed()
        msg.set_image(url="https://i.imgur.com/LFIi7yS.jpg")
        yield from channel.send(embed=msg)