Fix console logging of commands
This commit is contained in:
parent
12dfe8ab58
commit
964c3747f1
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class Jarvis(Snake):
|
|||
if isinstance(ctx, InteractionContext) and ctx.target_id:
|
||||
kwargs["context target"] = ctx.target
|
||||
args = " ".join(f"{k}:{v}" for k, v in kwargs.items())
|
||||
args += " " + " ".join(args)
|
||||
self.logger.debug(f"Running command `{name}` with args: {args or 'None'}")
|
||||
|
||||
async def _sync_domains(self) -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue