VC join embed
when someone joins a vc and a group of people have I want a /vcinvite command that says join a vc with (users in vc) and then has a join button under that connects you to the vc
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!you dont need discordjs/voice to do this, you can achieve it using the main package
whenever a user uses the command, check if they are connected to a voice channel through the member voice state
then either make a button with a url to the channel or just mention the channel in the embed with
#!{channelId}