From: Georgios Atheridis Date: Tue, 14 Mar 2023 18:27:49 +0000 (+0000) Subject: Change Joel to Joeler for Timeout Message X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=67dae628add9d738307c1b2182fe92d3d44b1bcc;p=ihaspeks%2Faptbot-ihaspeks.git Change Joel to Joeler for Timeout Message --- 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)