diff options
-rw-r--r-- | bot/exts/recruitment/talentpool/_cog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/recruitment/talentpool/_cog.py b/bot/exts/recruitment/talentpool/_cog.py index b92afdbcc..f3716140a 100644 --- a/bot/exts/recruitment/talentpool/_cog.py +++ b/bot/exts/recruitment/talentpool/_cog.py @@ -264,6 +264,7 @@ class TalentPool(Cog, name="Talentpool"): ctx: Context, nominations: list[Nomination], messages_per_user: dict[int, int], + *, show_reviewed: bool = False, show_inactive: bool = False, ) -> list[str]: |