fix (core): Adjustment for psy and disc updates.

This commit is contained in:
2024-08-27 17:30:10 +10:00
parent 873def8456
commit 5de3fd77bf
3 changed files with 4 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ class LionTree(CommandTree):
return
set_logging_context(action=f"Run {command.qualified_name}")
logger.debug(f"Running command '{command.qualified_name}': {command.to_dict()}")
logger.debug(f"Running command '{command.qualified_name}': {command.to_dict(self)}")
try:
await command._invoke_with_namespace(interaction, namespace)
except AppCommandError as e: