diff --git a/melisa/models/interactions/commands.py b/melisa/models/interactions/commands.py index 478696c..2cdfa60 100644 --- a/melisa/models/interactions/commands.py +++ b/melisa/models/interactions/commands.py @@ -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 ----------