Discord js using message id in Embed

SoldØut

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!

Dinty

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.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Welcome message embed Discord.js

From Dev

Line Separator/Break in Discord.js Embed Message

From Dev

How to send message with discord.js with ID

From Dev

Discord.js embed command

From Dev

Discord py - edit webhook message embed in 'on_message'

From Dev

discord.js paladins bot tracker embed

From Dev

Send a message and embed with 1 command (Discord.py)

From Dev

How to make discord bot wait for reply for 5 minutes and then send a message? Using discord js

From Dev

discord.js message.author.id returns undefined in dms but works in a server

From Java

message.channel.id Discord PY

From Dev

Recording the id of a discord message when it is sent with a bot

From Java

discord.js: Bot is sending the same embed twice

From Java

Is it possible to give certain users a custom embed color in discord.js?

From Dev

Discord.js DiscordAPI Error: Unknown Emoji - Reacting to an Embed

From Dev

Discord.js DiscordAPI Error: Unknown Emoji - Reacting to an Embed

From Dev

discord bot using node.js - how do i convert a message to lowercase?

From Dev

How do I send a message without using the deprecated way "sendMessage" in discord.js?

From Dev

Discord.js How to mention message author?

From Dev

Discord.JS Send message to tagged user

From Dev

Send a message if there is a role Discord.js

From Dev

Discord.js -- make presenceUpdate send a message

From Dev

Await reply in private message discord.js

From Dev

Using Mustache.js to Embed Raw JSON

From Dev

Message loop issue using SetParent to embed window into external process

From Java

Embed command Discord

From Dev

Discord.js how can i get user nickname using the user's id

From Dev

Use Discord API to send a private message given a user ID

From Java

Cannot get the id of a username Discord JS

From Dev

Discord JS, reply to certain user ID

Related Related

  1. 1

    Welcome message embed Discord.js

  2. 2

    Line Separator/Break in Discord.js Embed Message

  3. 3

    How to send message with discord.js with ID

  4. 4

    Discord.js embed command

  5. 5

    Discord py - edit webhook message embed in 'on_message'

  6. 6

    discord.js paladins bot tracker embed

  7. 7

    Send a message and embed with 1 command (Discord.py)

  8. 8

    How to make discord bot wait for reply for 5 minutes and then send a message? Using discord js

  9. 9

    discord.js message.author.id returns undefined in dms but works in a server

  10. 10

    message.channel.id Discord PY

  11. 11

    Recording the id of a discord message when it is sent with a bot

  12. 12

    discord.js: Bot is sending the same embed twice

  13. 13

    Is it possible to give certain users a custom embed color in discord.js?

  14. 14

    Discord.js DiscordAPI Error: Unknown Emoji - Reacting to an Embed

  15. 15

    Discord.js DiscordAPI Error: Unknown Emoji - Reacting to an Embed

  16. 16

    discord bot using node.js - how do i convert a message to lowercase?

  17. 17

    How do I send a message without using the deprecated way "sendMessage" in discord.js?

  18. 18

    Discord.js How to mention message author?

  19. 19

    Discord.JS Send message to tagged user

  20. 20

    Send a message if there is a role Discord.js

  21. 21

    Discord.js -- make presenceUpdate send a message

  22. 22

    Await reply in private message discord.js

  23. 23

    Using Mustache.js to Embed Raw JSON

  24. 24

    Message loop issue using SetParent to embed window into external process

  25. 25

    Embed command Discord

  26. 26

    Discord.js how can i get user nickname using the user's id

  27. 27

    Use Discord API to send a private message given a user ID

  28. 28

    Cannot get the id of a username Discord JS

  29. 29

    Discord JS, reply to certain user ID

HotTag

Archive