From a4edc4c671bab5eac36d27fa714605ebc5995c1d Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Sun, 16 Apr 2017 00:50:40 -0400 Subject: [PATCH] Added now playing to startup --- buttsbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buttsbot.py b/buttsbot.py index 21bd663..a32e6fe 100644 --- a/buttsbot.py +++ b/buttsbot.py @@ -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