diff --git a/discord/ext/commands/hybrid.py b/discord/ext/commands/hybrid.py index a6186e647..6dd0dddcc 100644 --- a/discord/ext/commands/hybrid.py +++ b/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