Fix message handling and logging format
Some checks failed
Notify on Telegram / notify (push) Has been cancelled

Signed-off-by: Yasir Aris M <git@yasir.id>
This commit is contained in:
Yasir Aris M 2025-12-30 21:35:32 +07:00 committed by GitHub
parent 8adfb935b5
commit 326b17995f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ def demoji(teks):
async def broadcast_messages(user_id, message):
try:
await message.copy(chat_id=user_id)
await message.forward(chat_id=user_id)
return True, "Succes"
except FloodWait as e:
await asyncio.sleep(e.value)