Added now playing to startup

master
pocketjawa 2017-04-16 00:50:40 -04:00
parent 5803a4b48e
commit a4edc4c671
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ def on_ready():
print(client.user.id)
print('------')
yield from client.send_message(bot_channel_id, "This isn't a butt...")
yield from client.change_presence(game=discord.Game(name='with butts'))
@client.event
@asyncio.coroutine