Added now playing to startup
parent
5803a4b48e
commit
a4edc4c671
|
@ -31,6 +31,7 @@ def on_ready():
|
||||||
print(client.user.id)
|
print(client.user.id)
|
||||||
print('------')
|
print('------')
|
||||||
yield from client.send_message(bot_channel_id, "This isn't a butt...")
|
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
|
@client.event
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
|
|
Loading…
Reference in New Issue