From 67dae628add9d738307c1b2182fe92d3d44b1bcc Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Tue, 14 Mar 2023 18:27:49 +0000 Subject: [PATCH] Change Joel to Joeler for Timeout Message --- ihaspeks/scripts/will_be_missed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihaspeks/scripts/will_be_missed.py b/ihaspeks/scripts/will_be_missed.py index e462349..34c7620 100644 --- a/ihaspeks/scripts/will_be_missed.py +++ b/ihaspeks/scripts/will_be_missed.py @@ -8,5 +8,5 @@ def will_be_missed(bot: Bot, message: Message): if "ban-duration" not in message.tags.keys(): return - msg = f"Joel {message.value} will be missed KEKBye" + msg = f"Joeler {message.value} will be missed KEKBye" tools.smart_privmsg.send(bot, message, msg) -- 2.30.2