diff --git a/main/bot.py b/main/bot.py index 6eb5090..33d12ae 100644 --- a/main/bot.py +++ b/main/bot.py @@ -27,7 +27,7 @@ def __init__(self, **kwargs): self.colors = {} self.non_sync = ["music", "core", "rtfm"] self.token = self.config.get('Groot', 'token') - self.session = aiohttp.ClientSession() + self.session = aiohttp.ClientSession(loop=self.loop) self.maintenance = False self.cache = CacheManager() self.ipc = ipc.Server(