Meesam
Meesam

Reputation: 11

Is there a way to send hyperlink without embeds in discord.js?

I just wanted to know if we could send a hyperlink without embeds in discord.js

Upvotes: 1

Views: 1817

Answers (1)

Dregg
Dregg

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

Related Questions