Browse Source

Fix typo in app_commands.AppCommandGroup

pull/8201/head
Emily 3 years ago
committed by GitHub
parent
commit
c61e407b50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/app_commands/models.py

2
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

Loading…
Cancel
Save