Reputation: 11
I just wanted to know if we could send a hyperlink without embeds in discord.js
Upvotes: 1
Views: 1817
Reputation: 673
Wrap the link in <>
tags.
For example:
message.channel.send("<https://stackoverflow.com/questions/69717956/is-there-a-way-to-send-hyperlink-without-embeds-in-discord-js>")
Upvotes: 6