Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit c61e407

Browse files
authored
Fix typo in app_commands.AppCommandGroup
1 parent 482e3ea commit c61e407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/app_commands/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def to_dict(self) -> ApplicationCommandOption:
808808

809809

810810
class AppCommandGroup:
811-
"""Represents a application command subcommand.
811+
"""Represents an application command subcommand.
812812
813813
.. versionadded:: 2.0
814814

0 commit comments

Comments
 (0)