REB doups

This commit is contained in:
dece 2022-08-29 15:03:08 +02:00
parent f13f3b4754
commit a2b70887de

View file

@ -9,6 +9,7 @@ P_TIME = [
P_ACTION = [ P_ACTION = [
"j'ai aperçu", "j'ai caressé", "j'ai nadenade", "j'ai passé du temps avec", "j'ai aperçu", "j'ai caressé", "j'ai nadenade", "j'ai passé du temps avec",
"je me suis arrêté vers", "je me suis promené avec", "j'ai salué", "je me suis arrêté vers", "je me suis promené avec", "j'ai salué",
"j'ai approché",
] ]
P_SUBJ = [ P_SUBJ = [
"le chat", "des chats", "le chat calico", "le chat noir", "le chaton", "le chat", "des chats", "le chat calico", "le chat noir", "le chaton",
@ -36,7 +37,7 @@ def get_title():
random.choice(P_PLACE), random.choice(P_PLACE),
random.choice(P_COORD), random.choice(P_COORD),
random.choice(P_ACTION2), random.choice(P_ACTION2),
)).capitalize().lstrip() )).strip().capitalize()
class DoupslandPlugin(Plugin): class DoupslandPlugin(Plugin):