From c61e407b502e7f1867b3b2d3b62befcc321d2429 Mon Sep 17 00:00:00 2001 From: Emily <30204467+emisdumb@users.noreply.github.com> Date: Fri, 1 Jul 2022 21:31:54 -0500 Subject: [PATCH] Fix typo in app_commands.AppCommandGroup --- discord/app_commands/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/app_commands/models.py b/discord/app_commands/models.py index 47bbaa1ff..19f01213c 100644 --- a/discord/app_commands/models.py +++ b/discord/app_commands/models.py @@ -808,7 +808,7 @@ class Argument: class AppCommandGroup: - """Represents a application command subcommand. + """Represents an application command subcommand. .. versionadded:: 2.0