mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Add missing decorator signs for interaction documentation
This commit is contained in:
@@ -1908,7 +1908,7 @@ class Group:
|
||||
auto_locale_strings: bool = True,
|
||||
extras: Dict[Any, Any] = MISSING,
|
||||
) -> Callable[[CommandCallback[GroupT, P, T]], Command[GroupT, P, T]]:
|
||||
"""Creates an application command under this group.
|
||||
"""A decorator that creates an application command from a regular function under this group.
|
||||
|
||||
Parameters
|
||||
------------
|
||||
|
Reference in New Issue
Block a user