diff --git a/misskaty/plugins/misc_tools.py b/misskaty/plugins/misc_tools.py index 0ff7a85c..1415b6cc 100644 --- a/misskaty/plugins/misc_tools.py +++ b/misskaty/plugins/misc_tools.py @@ -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: {str(err)}") @app.on_message(filters.command(["tts"], COMMAND_HANDLER))