Browse Source

Fix doc typo in Group docstring

pull/7587/head
HigherOrderLogic 3 years ago
committed by GitHub
parent
commit
4ad6146069
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/app_commands/commands.py

2
discord/app_commands/commands.py

@ -754,7 +754,7 @@ class Group:
raise ValueError('maximum number of child commands exceeded')
def remove_command(self, name: str, /) -> Optional[Union[Command, Group]]:
"""Remove a command or group from the internal list of commands.
"""Removes a command or group from the internal list of commands.
Parameters
-----------

Loading…
Cancel
Save