EchoFrost/BernkeBotV2

Add !balls command

EchoFrost opened this issue · 0 comments

Should include a message with the following:
Do it no balls

    elif message.content.startswith('!balls'):
        msg = 'Do it no balls'.format(message)
        yield from channel.send(msg)