diff --git a/mautrix_telegram/commands/meta.py b/mautrix_telegram/commands/meta.py index 6f38dc3d..2fb310f7 100644 --- a/mautrix_telegram/commands/meta.py +++ b/mautrix_telegram/commands/meta.py @@ -69,6 +69,7 @@ def help(evt): **delete-portal** - Forget the current portal room. Only works for group chats; to delete a private chat portal, simply leave the room. **group-name** <_name_|`-`> - Change the username of a supergroup/channel. To disable, use a dash - (`-`) as the name. + (`-`) as the name. +**clean-rooms** - Clean up unused portal/management rooms. """ return evt.reply(management_status + help)