shortened an answer

This commit is contained in:
2023-02-12 19:00:16 +01:00
parent a7c1cb845a
commit c5e1887fb4

View File

@@ -40,14 +40,14 @@
[ [
"Do you need something else?", "Do you need something else?",
{ {
"Can you tell me something else?": "<goto:>tipp", "Can you tell me more?": "<goto:>tipp",
"No, thanks!": "<goto:>goodbye" "No, thanks!": "<goto:>goodbye"
} }
], ],
[ [
"So can i help you with something else?", "So can i help you with something else?",
{ {
"Tell me a bit more maybe": "<goto:>tipp", "Tell me a bit more": "<goto:>tipp",
"I'm good, thank you!": "<goto:>goodbye" "I'm good, thank you!": "<goto:>goodbye"
} }
] ]