This commit is contained in:
grey-cat-1908 2022-06-10 20:44:13 +03:00
parent 58cf69fbf2
commit 73496d0a1e

View file

@ -79,11 +79,7 @@ class ApplicationCommandOptionTypes(IntEnum):
class ApplicationCommand(APIModelBase):
"""Application Command Option
.. warning::
Required ``options`` must be listed before optional options.
"""Application Command
Attributes
----------