HigherOrderLogic
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
----------- |
|
|
|