diff --git a/modules/vt.py b/modules/vt.py
index 15e2e74..6ecee5e 100644
--- a/modules/vt.py
+++ b/modules/vt.py
@@ -43,5 +43,5 @@ async def scan_my_file(client, message):
scanned_url = r_json["permalink"]
except:
return await ms_.edit(f"`[{response.status_code}] - Unable To Scan File.`")
- await ms_.edit(f"Scanned {message.reply_to_message.document.file_name}. You Can Visit :Here\nIn 5-10 Min To See File Report")
+ await ms_.edit(f"Scanned {message.reply_to_message.document.file_name}You Can Visit : Here \nIn 5-10 Min To See File Report")
os.remove(downloaded_file_name)
\ No newline at end of file