From 9f189a6ea63996f924fa2298f3adc3884738b193 Mon Sep 17 00:00:00 2001 From: Macsim Date: Sun, 23 Nov 2025 13:58:50 +0300 Subject: [PATCH] updated bot ID --- Limoka.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Limoka.py b/Limoka.py index 6441dc4..b7c8da5 100644 --- a/Limoka.py +++ b/Limoka.py @@ -1284,7 +1284,7 @@ class Limoka(loader.Module): elif hasattr(message.from_id, "channel_id"): sender_id = message.from_id.channel_id - if sender_id != 7538432559: + if sender_id != 8581621390: logger.debug("Message not from official bot, ignoring") return