diff --git a/userbot/plugins/www.py b/userbot/plugins/www.py
index 5ffd5c08..a47ec59c 100644
--- a/userbot/plugins/www.py
+++ b/userbot/plugins/www.py
@@ -108,7 +108,7 @@ async def shorten(bot: UserBot, message: Message):
elif shortened == "KEYWORD/URL Exists":
txt = "The URL or KEYWORD already exists!"
else:
- txt = f"Original URL: {url}\nShortened URL: {shortened}"
+ txt = shortened
await message.edit(txt, disable_web_page_preview=True)
return
else: