add answer "wi" to "oui"
This commit is contained in:
parent
488ef64421
commit
b33c6f91d5
2 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@ Certains mots peuvent servir de "trigger" sans être dans la liste, example : `a
|
|||
| Mot | Réponse | ¦ | Mot | Réponse | ¦ | Mot | Réponse | ¦ | Mot | Réponse
|
||||
------|--------- |:-:|---------|-----------|:-:|------|-------------------------------|:-:|-------------------------|-
|
||||
quoi | feur | ¦ | con | combre | ¦ | coup | teau | ¦ | ka | pitaine
|
||||
oui | stiti | ¦ | ok | sur glace | ¦ | ca | pristi | ¦ | fais | rtile
|
||||
oui | stiti/fi | ¦ | ok | sur glace | ¦ | ca | pristi | ¦ | fais | rtile
|
||||
non | bril | ¦ | ouais | stern | ¦ | bon | jour/soir (dépend de l'heure) | ¦ | tant (ou autre syntaxe) | gente
|
||||
nan | cy | ¦ | comment | tateur | ¦ | qui | wi/mono | ¦ |
|
||||
hein | deux | ¦ | mais | on | ¦ | sur | prise | ¦ |
|
||||
|
|
2
main.py
2
main.py
|
@ -233,7 +233,7 @@ if __name__ == "__main__":
|
|||
"feur (-isson -ictalope -diatre -uil)",
|
||||
"https://twitter.com/Myshawii/status/1455469162202075138/video/1"
|
||||
],
|
||||
"oui": createBaseAnswers("stiti"),
|
||||
"oui": createBaseAnswers("stiti") + createBaseAnswers("fi"),
|
||||
"non": createBaseAnswers("bril"),
|
||||
"nan": createBaseAnswers("cy"),
|
||||
"hein": createBaseAnswers("deux") + [
|
||||
|
|
Reference in a new issue