From 008de3b43e5440ea0ed71b70d60ce7317155d5cd Mon Sep 17 00:00:00 2001 From: AlberLC Date: Sat, 26 Nov 2022 21:22:57 +0100 Subject: [PATCH] Update constants.KEYWORDS --- flanabot/constants.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/flanabot/constants.py b/flanabot/constants.py index 222e5ca..e1dc650 100644 --- a/flanabot/constants.py +++ b/flanabot/constants.py @@ -65,12 +65,11 @@ KEYWORDS = { 'video'), 'unpunish': ('absolve', 'forgive', 'innocent', 'inocente', 'perdona', 'spare'), 'vote': ('votacion', 'votar', 'vote', 'voting', 'voto'), - 'weather_chart': ('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', 'nublado', 'meteorologia', 'rain', 'snow', 'snowfall', 'snowstorm', 'sol', - 'solano', 'storm', 'sun', 'temperatura', 'tempo', 'tiempo', 'tormenta', 'ventisca', 'weather', - 'wetter') + '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', + 'nublado', 'meteorologia', 'rain', 'snow', 'snowfall', 'snowstorm', 'sol', 'solano', 'storm', 'sun', + 'temperatura', 'tempo', 'tiempo', 'tormenta', 'ventisca', 'weather', 'wetter') } SCRAPING_PHRASES = ('Analizando...', 'Buscando...', 'Hackeando internet... 👀', 'Rebuscando en la web...',