Browse Source
[commands] Change Parameters header to Attributes in HybridGroup
pull/7890/head
jack1142
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/ext/commands/hybrid.py
|
|
@ -438,7 +438,7 @@ class HybridGroup(Group[CogT, P, T]): |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
|
|
|
|
Parameters |
|
|
|
Attributes |
|
|
|
----------- |
|
|
|
fallback: Optional[:class:`str`] |
|
|
|
The command name to use as a fallback for the application command. Since |
|
|
|