mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-06 20:04:51 +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 += (
|
msgs += (
|
||||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||||
if not re.search(r"Complete|Ongoing", i["kategori"])
|
if not re.search(r"Complete|Ongoing", i["kategori"])
|
||||||
else ""
|
else "\n"
|
||||||
)
|
)
|
||||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||||
await msg.reply(
|
await msg.reply(
|
||||||
|
|
@ -718,7 +718,7 @@ async def terbit21_scrap(_, msg):
|
||||||
msgs += (
|
msgs += (
|
||||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||||
if not re.search(r"Complete|Ongoing", i["kategori"])
|
if not re.search(r"Complete|Ongoing", i["kategori"])
|
||||||
else ""
|
else "\n"
|
||||||
)
|
)
|
||||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||||
await msg.reply(
|
await msg.reply(
|
||||||
|
|
@ -782,7 +782,7 @@ async def lk21_scrap(_, msg):
|
||||||
msgs += (
|
msgs += (
|
||||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||||
if not re.search(r"Complete|Ongoing", i["kategori"])
|
if not re.search(r"Complete|Ongoing", i["kategori"])
|
||||||
else ""
|
else "\n"
|
||||||
)
|
)
|
||||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||||
await msg.reply(
|
await msg.reply(
|
||||||
|
|
@ -841,7 +841,7 @@ async def lk21_scrap(_, msg):
|
||||||
msgs += (
|
msgs += (
|
||||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||||
if not re.search(r"Complete|Ongoing", i["kategori"])
|
if not re.search(r"Complete|Ongoing", i["kategori"])
|
||||||
else ""
|
else "\n"
|
||||||
)
|
)
|
||||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||||
await msg.reply(
|
await msg.reply(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue