EchoFrost/BernkeBotV2

Add 'bitcoin' message parsing

Opened this issue ยท 0 comments

Should include a message with the following:
>bitcoin. lmao nice meme

๐Ÿ‘›

    elif 'bitcoin' in message.content.lower():
        msg = '>bitcoin. lmao nice meme'.format(message)
        yield from channel.send(msg)