Added now playing status

dev
pocketjawa 2017-02-21 23:23:25 -05:00
parent 3ddf44e811
commit f08ce05810
1 changed files with 1 additions and 0 deletions

View File

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