Esben Andersen
Esben Andersen

Reputation: 823

How do i embed a hyperlink to a voice channel?

How do i create an embed which mentions a voice channel. I have seen this working in a discord server and i want to implement it into my bot. I want the link to be clickable and when you click you are joining the mentioned voice channel.

I have tried <#channelid> but it just types out the name of the channel, it does not become a link

Upvotes: 3

Views: 13119

Answers (3)

DJCool
DJCool

Reputation: 53

To mention a text or voice channel you can use <#YOUR_CHANNEL_ID>. This will mention the channel, when clicking on it you'll automatically join the voice channel or open the text channel. (You can use this just in the embed's description or send it as a message without embed)

Upvotes: 0

Lockszmith
Lockszmith

Reputation: 2550

Apperantly, and I don't know if this is new or not, but just like mentioning a #text-channel it's possible to mention a #!voice-channel.

Upvotes: 7

Cipher
Cipher

Reputation: 2722

Use a link containing the server id and channel id

For example:

https://discordapp.com/channels/SERVERID/CHANNELID

You can add [LINK](https://discordapp.com/channels/SERVERID/CHANNELID) to get this => LINK

Upvotes: 4

Related Questions