Pycord help output contains unwanted portions of docstring #1

Closed
opened 2025-03-24 15:19:38 -04:00 by codey · 0 comments
Owner

Review-

Pycord's help command output is currently including portions of the docstring that are not intended to be displayed, for eg:

        Args:
            ctx (Any)
            recipient (Optional[str])
            language (Optional[str]) (default: 'en')
        Returns:
            None

Can Pycord be configured to exclude this information? If not, options include:

  • a custom Help class created to override this behavior
  • remove the (sometimes helpful for IDE/code completion) docstrings from public/command methods
Review- Pycord's help command output is currently including portions of the docstring that are not intended to be displayed, for eg: ```python Args: ctx (Any) recipient (Optional[str]) language (Optional[str]) (default: 'en') Returns: None ```` Can Pycord be configured to exclude this information? If not, options include: - a custom Help class created to override this behavior - remove the (sometimes helpful for IDE/code completion) docstrings from public/command methods
codey closed this issue 2025-04-10 11:17:40 -04:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: codey/discord-havoc#1
No description provided.