Describe the issue
The async healthcheck method was created before the bot had it's own aiohttp.clientSession. A new session is created for every call of this method. This is now unneccessary and should be changed to use the bot's session.
Screenshots
Additional context
Describe the issue
The async healthcheck method was created before the bot had it's own aiohttp.clientSession. A new session is created for every call of this method. This is now unneccessary and should be changed to use the bot's session.
Screenshots
Additional context