Add mixes command

dev
pocketjawa 2017-02-21 05:31:02 +00:00
parent e678c9e1e3
commit 77ede8e3c1
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ def on_message(message):
elif message.content.startswith('!sleep'):
yield from asyncio.sleep(5)
yield from client.send_message(message.channel, 'Done sleeping')
elif message.content.startswith('!mixes'):
yield from client.send_message(message.channel, 'You can download mp3s of any of my mixes at http://maki.pocketjawa.com/mixes/')
client.run(token)