Skip to content

Remap base cases command to view all cases if not provided with a case number #824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
github-actions bot opened this issue Apr 18, 2025 · 0 comments
Assignees

Comments

@github-actions
Copy link
Contributor

# 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 number

        if case_number is not None:
            await ctx.invoke(self.cases_view, number=case_number, flags=CasesViewFlags())

        elif ctx.subcommand_passed is None:
            await ctx.send_help("cases")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant