diff options
Diffstat (limited to 'botcore')
| -rw-r--r-- | botcore/_bot.py | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/botcore/_bot.py b/botcore/_bot.py index e3d9aac3..bb25c0b5 100644 --- a/botcore/_bot.py +++ b/botcore/_bot.py @@ -284,8 +284,5 @@ class BotBase(commands.Bot):          if getattr(self.stats, "_transport", False):              self.stats._transport.close() -        if getattr(self, "redis_session", False): -            await self.redis_session.close() -          if self._statsd_timerhandle:              self._statsd_timerhandle.cancel()  |