EchoFrost/BernkeBotV2

Add !value command

EchoFrost opened this issue ยท 0 comments

Should include a message or a link embed with the following:
https://www.youtube.com/watch?v=WnPjqt6vEzA

๐Ÿ“ˆ

    elif message.content.startswith('!value'):
        msg = 'https://www.youtube.com/watch?v=WnPjqt6vEzA'.format(message)
        yield from channel.send(msg)