1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-15 10:19:59 +00:00

Fix doc typo in Group docstring

This commit is contained in:
HigherOrderLogic 2022-03-08 05:36:38 +07:00 committed by GitHub
parent e0d3521d16
commit 4ad6146069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
-----------