mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix LIne
This commit is contained in:
parent
11e3f62462
commit
b932eca230
1 changed files with 4 additions and 4 deletions
|
|
@ -662,7 +662,7 @@ async def terbit21_scrap(_, msg):
|
|||
msgs += (
|
||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||
if not re.search(r"Complete|Ongoing", i["kategori"])
|
||||
else ""
|
||||
else "\n"
|
||||
)
|
||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||
await msg.reply(
|
||||
|
|
@ -718,7 +718,7 @@ async def terbit21_scrap(_, msg):
|
|||
msgs += (
|
||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||
if not re.search(r"Complete|Ongoing", i["kategori"])
|
||||
else ""
|
||||
else "\n"
|
||||
)
|
||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||
await msg.reply(
|
||||
|
|
@ -782,7 +782,7 @@ async def lk21_scrap(_, msg):
|
|||
msgs += (
|
||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||
if not re.search(r"Complete|Ongoing", i["kategori"])
|
||||
else ""
|
||||
else "\n"
|
||||
)
|
||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||
await msg.reply(
|
||||
|
|
@ -841,7 +841,7 @@ async def lk21_scrap(_, msg):
|
|||
msgs += (
|
||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||
if not re.search(r"Complete|Ongoing", i["kategori"])
|
||||
else ""
|
||||
else "\n"
|
||||
)
|
||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||
await msg.reply(
|
||||
|
|
|
|||
Loading…
Reference in a new issue