SoldØut
SoldØut

Reputation: 90

Discord js using message id in Embed

I know that you can "link" users and Channel with the prefix "@/#" in Embed Messages. But can you use a message id to send a user directly to a message when pressing on it? Is there a prefix to do this? For context: I got an FAQ channel and would like to send a user directly to the point he needs in the FAQ. Thanks!

Upvotes: 0

Views: 1847

Answers (1)

Dinty
Dinty

Reputation: 642

You can't do it with just the message ID, but you can use the message link. In your embed field you can use simple Markdown syntax:

[display text](http://discord.com/channels/123456789/987654321/123456789)

You'll need to replace the URL with your message link.

Upvotes: 2

Related Questions