update dict
This commit is contained in:
parent
3de0e652b8
commit
9f6535ace5
2 changed files with 49 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ const responses: ResponseDictType[] = [
|
|||
priority: 0,
|
||||
},
|
||||
{
|
||||
trigger: ["hi", "moin", "hallo", "servus", "gruess gott"],
|
||||
trigger: ["hi", "moin", "hallo", "servus", "gruess gott", "uwu"],
|
||||
response: "Moin! 👋",
|
||||
priority: 0,
|
||||
},
|
||||
|
|
@ -58,9 +58,14 @@ const responses: ResponseDictType[] = [
|
|||
special: "logout",
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
response: "Moin!<br>Wie kann ich dir behilflich sein? 🤓",
|
||||
priority: -1,
|
||||
},
|
||||
{
|
||||
response: "Das habe ich leider nicht verstanden 😕",
|
||||
priority: -1,
|
||||
priority: -2,
|
||||
},
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue