From f9ead92239c945ef6b10eca6763a91689a3910d1 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 15 Apr 2022 09:23:56 +0200 Subject: [PATCH] [commands] Change Parameters header to Attributes in HybridGroup --- discord/ext/commands/hybrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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