mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-06 20:04:51 +00:00
typo astaga
This commit is contained in:
parent
384c96c360
commit
0071e584fd
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ async def getDataNodrakor(msg, kueri, CurrentPage, user, strings):
|
||||||
index * 6 + c, f"nodrakorextract#{CurrentPage}#{c}#{user}#{msg.id}"
|
index * 6 + c, f"nodrakorextract#{CurrentPage}#{c}#{user}#{msg.id}"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
nodrakorResult = "".join(i for i in nodrakorResultResult if i not in "[]")
|
nodrakorResult = "".join(i for i in nodrakorResult if i not in "[]")
|
||||||
return nodrakorResult, PageLen, extractbtn
|
return nodrakorResult, PageLen, extractbtn
|
||||||
except (IndexError, KeyError):
|
except (IndexError, KeyError):
|
||||||
await msg.edit_msg(strings("no_result"), del_in=5)
|
await msg.edit_msg(strings("no_result"), del_in=5)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue