From 024c01b46d68311896d35be4bd87cb4cf0e91d5b Mon Sep 17 00:00:00 2001 From: AlberLC Date: Wed, 24 Jan 2024 08:20:11 +0100 Subject: [PATCH] Update constants.KEYWORDS --- flanabot/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flanabot/constants.py b/flanabot/constants.py index 10cfc3f..1ff6972 100644 --- a/flanabot/constants.py +++ b/flanabot/constants.py @@ -100,7 +100,7 @@ KEYWORDS = { 'dice': ('dado', 'dice'), 'force': ('force', 'forzar', 'fuerza'), 'multiple_answer': ('multi', 'multi-answer', 'multiple', 'multirespuesta'), - 'poll': ('encuesta', 'quiz'), + 'poll': ('encuesta', 'quiz', 'votacion', 'votar', 'voting'), 'punish': ('acaba', 'aprende', 'ataca', 'atalo', 'azota', 'beating', 'boss', 'castiga', 'castigo', 'condena', 'controla', 'destroy', 'destroza', 'duro', 'ejecuta', 'enseƱa', 'escarmiento', 'execute', 'fuck', 'fusila', 'hell', 'humos', 'infierno', 'jefe', 'jode', 'learn', 'leccion', 'lesson', 'manda', 'paliza', @@ -114,7 +114,7 @@ KEYWORDS = { 'tunnel': ('canal', 'channel', 'tunel', 'tunnel'), 'unpunish': ('absolve', 'forgive', 'innocent', 'inocente', 'perdona', 'spare'), 'until': ('hasta', 'until'), - 'vote': ('votacion', 'votar', 'vote', 'voting', 'voto'), + 'vote': ('vote', 'voto'), 'weather': ('atmosfera', 'atmosferico', 'calle', 'calor', 'caloret', 'clima', 'climatologia', 'cloud', 'cloudless', 'cloudy', 'cold', 'congelar', 'congelado', 'denbora', 'despejado', 'diluvio', 'frio', 'frost', 'hielo', 'humedad', 'llover', 'llueva', 'llueve', 'lluvia', 'nevada', 'nieva', 'nieve', 'nube', 'nubes',