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