mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
Fix message handling and logging format
Some checks failed
Notify on Telegram / notify (push) Has been cancelled
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:
parent
8adfb935b5
commit
326b17995f
1 changed files with 3 additions and 3 deletions
2
utils.py
2
utils.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue