fix words
This commit is contained in:
parent
96e8ef2b70
commit
bacbdc2ccb
1 changed files with 4 additions and 2 deletions
6
main.py
6
main.py
|
@ -226,7 +226,7 @@ if __name__ == "__main__":
|
||||||
"https://twitter.com/Myshawii/status/1423219640025722880/video/1",
|
"https://twitter.com/Myshawii/status/1423219640025722880/video/1",
|
||||||
"feur (-isson)",
|
"feur (-isson)",
|
||||||
"https://twitter.com/Myshawii/status/1423219684552417281/video/1",
|
"https://twitter.com/Myshawii/status/1423219684552417281/video/1",
|
||||||
"feur (-issonictalopediatreuil)"
|
"feur (-isson -ictalope -diatre -uil)"
|
||||||
],
|
],
|
||||||
"oui": createBaseAnswers("stiti"),
|
"oui": createBaseAnswers("stiti"),
|
||||||
"non": createBaseAnswers("bril"),
|
"non": createBaseAnswers("bril"),
|
||||||
|
@ -239,7 +239,9 @@ if __name__ == "__main__":
|
||||||
"ok": createBaseAnswers("sur glace"),
|
"ok": createBaseAnswers("sur glace"),
|
||||||
"ouais": createBaseAnswers("stern"),
|
"ouais": createBaseAnswers("stern"),
|
||||||
"comment": createBaseAnswers("tateur"),
|
"comment": createBaseAnswers("tateur"),
|
||||||
"mais": createBaseAnswers("on"),
|
"mais": createBaseAnswers("on") + [
|
||||||
|
"on (-dulation)"
|
||||||
|
],
|
||||||
"fort": createBaseAnswers("boyard") + [
|
"fort": createBaseAnswers("boyard") + [
|
||||||
"boyard (-ennes)"
|
"boyard (-ennes)"
|
||||||
],
|
],
|
||||||
|
|
Reference in a new issue