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}")