diff --git a/pocketbot.py b/pocketbot.py index 1ec0716..97eaf6c 100644 --- a/pocketbot.py +++ b/pocketbot.py @@ -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