mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update misc_tools.py
This commit is contained in:
parent
8d1e9a0962
commit
785177fe85
1 changed files with 0 additions and 2 deletions
|
|
@ -136,8 +136,6 @@ async def translate(client, message):
|
|||
except MessageTooLong:
|
||||
url = await rentry(tresult)
|
||||
return await msg.edit(f"Your translated text pasted to rentry because has long text:\n{url}")
|
||||
except Exception as err:
|
||||
await msg.edit(f"ERROR: <code>{str(err)}</code>")
|
||||
|
||||
|
||||
@app.on_message(filters.command(["tts"], COMMAND_HANDLER))
|
||||
|
|
|
|||
Loading…
Reference in a new issue