2
votes

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

1

1 Answers

3
votes

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