Browse Source
Fix typo in app_commands.AppCommandGroup
pull/8201/head
Emily
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/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 |
|
|
|
|
|
|
|