Add clean-rooms to help text

This commit is contained in:
Tulir Asokan
2018-02-13 01:02:40 +02:00
parent 2064f2b2d1
commit e4cb2d458d
+2 -1
View File
@@ -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)