feat(tasklist): Show tasklists in private rooms.

Also adds a `get_rooms` method to the `RoomCog`.
This commit is contained in:
2023-09-11 15:16:19 +03:00
parent 8e54186649
commit 494484fc3c
3 changed files with 27 additions and 2 deletions

View File

@@ -9,10 +9,10 @@ active = [
'.ranks',
'.reminders',
'.shop',
'.tasklist',
'.statistics',
'.pomodoro',
'.rooms',
'.tasklist',
'.rolemenus',
'.member_admin',
'.moderation',