A clean, minimal plugin to invite selected friends to a Discord voice channel
Invite Friends Plugin lets you quickly invite chosen friends to a voice channel through the context menu. You can manage a dedicated list of friends directly from DMs and send them an invite with a customizable message.
- Invite saved friends to the current voice channel via the channel context menu
- Add or remove friends from your invite list from the user context menu in DMs
- Persistent storage of the friend list for easy reuse
- Customizable invite message with placeholders
- In a DM, open the user context menu and select “Add to invite friends” (or remove as needed).
- In a voice channel, open the channel context menu and select “Invite Friends”, then pick a friend to send an invite.
- Use “Clear List” in the channel context menu to empty your invite list.
- The plugin checks whether you can create an instant invite for the channel. If allowed, it creates the invite, opens the DM with the friend, sends the message containing the invite link, and navigates you back to where you were.
The invitation message is configurable in the plugin settings. You can use these placeholders:
${channel.name}
: Name of the target voice channel${inviteLink}
: Generated invite URL
Default message:
User is inviting you to ${channel.name}. Invite link: ${inviteLink}
- You must have permission to create instant invites for the selected voice channel.
- This plugin targets the Vencord plugin API (imports from
@api
,@webpack
). Use it with a compatible client setup.
- Use a Discord client that supports Vencord plugins.
- Add this plugin to your user plugins according to your client’s instructions and enable it.
- Restart Discord to apply changes.
- The friend list is stored locally using the key
InviteFriendsList
. - No external services are contacted beyond standard Discord client behavior for creating invites and sending DMs.
Created by patekcz.