From 45be09354c943e5d79c8172625521e91127c0e58 Mon Sep 17 00:00:00 2001 From: AlberLC Date: Wed, 5 Oct 2022 07:43:51 +0200 Subject: [PATCH] Update BYE_PHRASES --- flanabot/constants.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flanabot/constants.py b/flanabot/constants.py index d0c90c2..6927c6d 100644 --- a/flanabot/constants.py +++ b/flanabot/constants.py @@ -13,9 +13,8 @@ PUNISHMENT_INCREMENT_EXPONENT = 6 PUNISHMENTS_RESET_TIME = datetime.timedelta(weeks=2) RECOVERY_DELETED_MESSAGE_BEFORE = datetime.timedelta(hours=1) -BYE_PHRASES = ('Adiós.', 'adieu', 'adio', 'adioh', 'adios', 'adió', 'adiós', 'agur', 'bye', 'byyeeee', 'chao', - 'hasta la vista', 'hasta luego', 'hasta nunca', ' hasta pronto', 'hasta la próxima', - 'nos vemos', 'taluego') +BYE_PHRASES = ('Adiós.', 'adio', 'adioh', 'adios', 'adió', 'adiós', 'agur', 'bye', 'byyeeee', 'chao', 'hasta la vista', + 'hasta luego', 'hasta nunca', ' hasta pronto', 'hasta la próxima', 'nos vemos', 'taluego') HELLO_PHRASES = ('alo', 'aloh', 'buenas', 'Hola.', 'hello', 'hey', 'hi', 'hola', 'holaaaa', 'holaaaaaaa', 'ola', 'ola k ase', 'pa ti mi cola', 'saludos')