From 73496d0a1e6927fdf290bd50bda3ebf149c7abd3 Mon Sep 17 00:00:00 2001 From: grey-cat-1908 Date: Fri, 10 Jun 2022 20:44:13 +0300 Subject: [PATCH] . --- melisa/models/interactions/commands.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 ----------