mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +00:00
Typo
This commit is contained in:
parent
eebbfdcfa8
commit
6d7bcc5ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -1463,7 +1463,7 @@ async def muviku_scrap(_, message, strings):
|
||||||
res = "".join(f"<b>Host: <a href='{i['link']}'>{i['kualitas']}</a></b>\n\n" for i in data)
|
res = "".join(f"<b>Host: <a href='{i['link']}'>{i['kualitas']}</a></b>\n\n" for i in data)
|
||||||
await message.reply_msg(res)
|
await message.reply_msg(res)
|
||||||
except MessageTooLong:
|
except MessageTooLong:
|
||||||
url = await post_to_telegraph(False, link, res.replace("\n", "<br>")
|
url = await post_to_telegraph(False, link, res.replace("\n", "<br>"))
|
||||||
await message.reply_msg(f"Your result is too long, i have pasted your result on Telegraph:\n{url}")
|
await message.reply_msg(f"Your result is too long, i have pasted your result on Telegraph:\n{url}")
|
||||||
except IndexError:
|
except IndexError:
|
||||||
return await message.reply(
|
return await message.reply(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue