From c9aa6dcde274f6921bda31edfe1b9a1830efac84 Mon Sep 17 00:00:00 2001 From: Etzelia Date: Wed, 12 Sep 2018 12:01:44 -0500 Subject: [PATCH] Updated change_presence to new rewrite format. --- geoffrey/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geoffrey/bot.py b/geoffrey/bot.py index 312cc88..82a1407 100644 --- a/geoffrey/bot.py +++ b/geoffrey/bot.py @@ -59,7 +59,7 @@ class GeoffreyBot(commands.Bot): info = await self.application_info() url = oauth_url(info.id) logger.info("Bot url: %s", url) - await self.change_presence(game=Game(name=self.default_status)) + await self.change_presence(activity=Game(self.default_status)) async def on_command(self, command, ctx): if ctx.invoked_subcommand is None: