You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: Remap base cases command to view all cases if not provided with a case number
""" Manage moderation cases in the server. """# TODO: Remap base cases command to view all cases if not provided with a case numberifcase_numberisnotNone:
awaitctx.invoke(self.cases_view, number=case_number, flags=CasesViewFlags())
elifctx.subcommand_passedisNone:
awaitctx.send_help("cases")
The text was updated successfully, but these errors were encountered:
tux/tux/cogs/moderation/cases.py
Line 94 in 8a10c1e
The text was updated successfully, but these errors were encountered: