add word
This commit is contained in:
parent
898e1e03cc
commit
d7aec37113
2 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@ quoi | feur | ¦ | con | combre | ¦ | coup | teau
|
||||||
oui | stiti/fi | ¦ | ok | sur glace | ¦ | ça | pristi/perlipopette/von | ¦ | fais | rtile | ¦ | toi | lette/ture | ¦ | quand | dide/tal/didat
|
oui | stiti/fi | ¦ | ok | sur glace | ¦ | ça | pristi/perlipopette/von | ¦ | fais | rtile | ¦ | toi | lette/ture | ¦ | quand | dide/tal/didat
|
||||||
non | bril | ¦ | ouais | stern | ¦ | bon | jour/soir (dépend de l'heure) | ¦ | tant (ou autre syntaxe) | gente | ¦ | top | inambour | ¦ | sol | itaire
|
non | bril | ¦ | ouais | stern | ¦ | bon | jour/soir (dépend de l'heure) | ¦ | tant (ou autre syntaxe) | gente | ¦ | top | inambour | ¦ | sol | itaire
|
||||||
nan | cy | ¦ | comment | tateur | ¦ | qui | wi/mono | ¦ | et | eint/ain | ¦ | jour | nal | ¦ | vois | ture
|
nan | cy | ¦ | comment | tateur | ¦ | qui | wi/mono | ¦ | et | eint/ain | ¦ | jour | nal | ¦ | vois | ture
|
||||||
hein | deux | ¦ | mais | on | ¦ | sur | prise | ¦ | la | vabo/vande | ¦ | ya/yo | hourt/yo | ¦ |
|
hein | deux | ¦ | mais | on | ¦ | sur | prise | ¦ | la | vabo/vande | ¦ | ya/yo | hourt/yo | ¦ | akhy | nator
|
||||||
ci | tron | ¦ | fort | boyard | ¦ | pas | nini/steur | ¦ | tki | la | ¦ | re | pas/veil/tourne | ¦ |
|
ci | tron | ¦ | fort | boyard | ¦ | pas | nini/steur | ¦ | tki | la | ¦ | re | pas/veil/tourne | ¦ |
|
||||||
|
|
||||||
N'hésitez pas à ouvrir un ticket ou faire une merge-request pour contribuer au projet.
|
N'hésitez pas à ouvrir un ticket ou faire une merge-request pour contribuer au projet.
|
||||||
|
|
3
main.py
3
main.py
|
@ -347,6 +347,7 @@ if __name__ == "__main__":
|
||||||
"quand": ["quand", "kan", "qand", "quan"],
|
"quand": ["quand", "kan", "qand", "quan"],
|
||||||
"sol": ["sol"],
|
"sol": ["sol"],
|
||||||
"vois": ["vois", "voit", "voie", "voi"],
|
"vois": ["vois", "voit", "voie", "voi"],
|
||||||
|
"akhy": ["akhy", "aquis", "aquit"],
|
||||||
}
|
}
|
||||||
|
|
||||||
# Answers for all the triggers (keys in lowercase)
|
# Answers for all the triggers (keys in lowercase)
|
||||||
|
@ -470,6 +471,8 @@ if __name__ == "__main__":
|
||||||
"sol": createBaseAnswers("itaire"),
|
"sol": createBaseAnswers("itaire"),
|
||||||
|
|
||||||
"vois": createBaseAnswers("ture"),
|
"vois": createBaseAnswers("ture"),
|
||||||
|
|
||||||
|
"akhy": createBaseAnswers("nator"),
|
||||||
}
|
}
|
||||||
|
|
||||||
# List of all the trigger words
|
# List of all the trigger words
|
||||||
|
|
Reference in a new issue