From 6bdb0d792bfdaa31852179f4800e10c46f6141c8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 6 Oct 2022 21:52:57 +0200 Subject: [PATCH] fix my mentions --- files/helpers/const.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 00e7847ba..20aa0c2fd 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -848,7 +848,9 @@ TROLLTITLES = [ ] NOTIFIED_USERS = { - 'aev': AEVANN_ID, + 'aevan': AEVANN_ID, + ' aev': AEVANN_ID, + 'aev ': AEVANN_ID, 'avean': AEVANN_ID, 'joan': JOAN_ID, 'pewkie': JOAN_ID,