Add Pterodactyl cog #19

Merged
cswimr merged 139 commits from pterodactyl into main 2024-03-01 23:07:42 -06:00
Showing only changes of commit 9e15730af9 - Show all commits

View file

@ -172,6 +172,7 @@ class Pterodactyl(commands.Cog):
pass
except Exception as e:
self.logger.error("WebSocket task has failed: %s", e, exc_info=e)
self.task.cancel()
self.task = self.get_task()
async def cog_load(self):