EchoFrost/BernkeBotV2

Add !dumbdumb command

EchoFrost opened this issue · 0 comments

Should include a message or embed for the following:
lol ur big dumb

🤤

    elif message.content.startswith('!dumbdumb'):
        msg = 'lol ur big dumb'.format(message)
        yield from channel.send(embed=msg)