mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +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)
|
||||
await message.reply_msg(res)
|
||||
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}")
|
||||
except IndexError:
|
||||
return await message.reply(
|
||||
|
|
|
|||
Loading…
Reference in a new issue