Update command/commands.yaml
Browse files- command/commands.yaml +2 -2
command/commands.yaml
CHANGED
@@ -16,10 +16,10 @@ commands:
|
|
16 |
- id: 4
|
17 |
command_dict: {"en": ["Change model"], "ua": ["Змінити модель"]}
|
18 |
description: change model
|
19 |
-
- id 5
|
20 |
command_dict: {"en": ["Yes", "Yeah", "Yep"], "ua": ["Так", "Ага"]}
|
21 |
description: positive agreement
|
22 |
-
- id 6
|
23 |
command_dict: {"en": ["No", "Nah"], "ua": ["Ні", "Ніт", "Ніц"]}
|
24 |
description: negative agreement
|
25 |
|
|
|
16 |
- id: 4
|
17 |
command_dict: {"en": ["Change model"], "ua": ["Змінити модель"]}
|
18 |
description: change model
|
19 |
+
- id: 5
|
20 |
command_dict: {"en": ["Yes", "Yeah", "Yep"], "ua": ["Так", "Ага"]}
|
21 |
description: positive agreement
|
22 |
+
- id: 6
|
23 |
command_dict: {"en": ["No", "Nah"], "ua": ["Ні", "Ніт", "Ніц"]}
|
24 |
description: negative agreement
|
25 |
|