From ae79a81f48023aed4267acdd199887c5de17475c Mon Sep 17 00:00:00 2001 From: yasir Date: Mon, 9 Jan 2023 09:06:20 +0700 Subject: [PATCH] Tes err --- misskaty/plugins/sub_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/sub_extractor.py b/misskaty/plugins/sub_extractor.py index 9e44b590..2b960f36 100644 --- a/misskaty/plugins/sub_extractor.py +++ b/misskaty/plugins/sub_extractor.py @@ -190,4 +190,4 @@ async def stream_extract(bot, update): except: pass except Exception as e: - await update.message.edit("Failed extract sub, Maybe unsupported format..") + await update.message.edit(f"Failed extract sub, Maybe unsupported format..\n\nLink: {link}\nERR: {e}")