diff --git a/maubot/handlers/command.py b/maubot/handlers/command.py index 4624ea6..9d4fcfa 100644 --- a/maubot/handlers/command.py +++ b/maubot/handlers/command.py @@ -158,7 +158,7 @@ class CommandHandler: @property def __mb_subcommands_list__(self) -> str: - return f"**Subcommands:** {', '.join(self.__mb_subcommands__.keys())}" + return f"**Subcommands:** {', '.join(sc.__mb_name__ for sc in self.__mb_subcommands__)}" @property def __mb_usage_without_subcommands__(self) -> str: