Change Joel to Joeler for Timeout Message
authorGeorgios Atheridis <georgios@atheridis.org>
Tue, 14 Mar 2023 18:27:49 +0000 (18:27 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Tue, 14 Mar 2023 18:27:49 +0000 (18:27 +0000)
ihaspeks/scripts/will_be_missed.py

index e462349bb5e2e3461337efafedc38c0e032b233f..34c762059a3ad40edf1a820ca91b6f9faf522c99 100644 (file)
@@ -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)