Add missing and fix wrong docstrings

This commit is contained in:
Puncher
2023-02-28 08:18:59 +01:00
committed by GitHub
parent bd6bbdab00
commit 1e9d04bbca
2 changed files with 10 additions and 1 deletions

View File

@ -908,6 +908,9 @@ def hybrid_group(
Parameters
-----------
name: Union[:class:`str`, :class:`~discord.app_commands.locale_str`]
The name to create the group with. By default this uses the
function name unchanged.
with_app_command: :class:`bool`
Whether to register the command also as an application command.