diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/bot.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/bot.py b/bot/bot.py index 2f366a3ef..10c4c901b 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -110,7 +110,7 @@ class Bot(commands.Bot):          await asyncio.gather(*self.closing_tasks)          # Now actually do full close of bot -        await super(commands.Bot, self).close() +        await super().close()          await self.api_client.close() | 
