Skip to content

Commit

Permalink
Update www.py
Browse files Browse the repository at this point in the history
  • Loading branch information
athphane authored Mar 1, 2024
1 parent a162e31 commit dcd5148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/plugins/www.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"<b>Original URL</b>: {url}\n<b>Shortened URL</b>: {shortened}"
txt = shortened
await message.edit(txt, disable_web_page_preview=True)
return
else:
Expand Down

0 comments on commit dcd5148

Please sign in to comment.