fix(pterodactyl): removed some debugging stuff
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 21s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 23s

This commit is contained in:
SeaswimmerTheFsh 2024-03-01 13:13:30 -05:00
parent 6f4f13e623
commit 8cbad26e1d
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 1 additions and 3 deletions

View file

@ -44,7 +44,7 @@ class Pterodactyl(commands.Cog):
except Exception as e: # pylint: disable=broad-exception-caught
logger.error("WebSocket task has failed: %s", e, exc_info=e)
self.task.cancel()
# self.task = self.get_task()
self.task = self.get_task()
@commands.Cog.listener()
async def on_message_without_command(self, message: discord.Message) -> None: