We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exclude
1 parent cf810ca commit 9756f96Copy full SHA for 9756f96
discord/ext/commands/help.py
@@ -571,6 +571,8 @@ async def filter_commands(
571
An optional key function to pass to :func:`py:sorted` that
572
takes a :class:`Command` as its sole parameter. If ``sort`` is
573
passed as ``True`` then this will default as the command name.
574
+ exclude: Optional[Tuple[Any, ...]]
575
+ A tuple of command types to exclude from the filter.
576
577
Returns
578
-------
0 commit comments