fix(pterodactyl): adding some debugging code
This commit is contained in:
parent
b18b99075e
commit
6f4f13e623
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue