Add missing space to clean up response

This commit is contained in:
Andrew Morgan
2019-10-14 13:39:44 +02:00
committed by Tulir Asokan
parent 6c312efc9a
commit 623b802d56
+1 -1
View File
@@ -155,7 +155,7 @@ async def set_rooms_to_clean(evt, management_rooms: List[ManagementRoom],
"next": lambda confirm: execute_room_cleanup(confirm, rooms_to_clean),
"action": "Room cleaning",
}
await evt.reply(f"To confirm cleaning up {len(rooms_to_clean)} rooms, type"
await evt.reply(f"To confirm cleaning up {len(rooms_to_clean)} rooms, type "
"`$cmdprefix+sp confirm-clean`.")