We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57963f5 commit ec4732cCopy full SHA for ec4732c
mautrix/bridge/commands/admin.py
@@ -75,7 +75,7 @@ async def _get_mxid_param(
75
needs_auth=False,
76
name="set-avatar",
77
help_section=SECTION_ADMIN,
78
- help_args="<_mxc:// uri_> [_mxid_]",
+ help_args="[_mxid_] <_mxc:// uri_>",
79
help_text="Set an avatar for a ghost user.",
80
)
81
async def set_ghost_avatar(evt: CommandEvent) -> EventID | None:
0 commit comments