Add 'bitcoin' message parsing
Opened this issue ยท 0 comments
EchoFrost commented
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)