This repository contains private plugins for Vencord, which add new features to Discord.
- Listen with mic muted and speak with mic off: This plugin allows you to listen to other users even when your microphone is muted and speak without activating your mic.
- Follow user across voice channels: This plugin allows you to finely follow a user as they move between voice channels.
- Windows / Linux
- Discord or Discord Canary — must be installed for patching.
- Installed Git, Node.js, and pnpm.
-
Download and install Git:
https://git-scm.com/ -
Install Node.js:
https://nodejs.org -
Install pnpm via PowerShell (run as Administrator):
Invoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression
-
Clone the Vencord repository:
cd Desktop git clone https://github.com/Vendicated/Vencord cd Vencord -
Install Dependencies:
pnpm install --frozen-lockfile -
Build the project:
pnpm build -
Apply the patch (patch Discord):
pnpm inject
- Install Node.js and npm:
sudo apt install nodejs npm
- Install pnpm:
npm install pnpm
- Or use the alternative method:
curl -fsSL https://get.pnpm.io/install.sh | sh -
- Clone the Vencord repository:
git clone https://github.com/Vendicated/Vencord
cd Vencord
- Install dependencies:
pnpm install --frozen-lockfile
- Build the project:
pnpm build
- Apply the patch (patch Discord):
sudo pnpm inject
Before running the pnpm inject command, create a directory at the path /Vencord/src/ named userplugins and move the downloaded Follow folder and the fakeVoiceOption.ts file into it.
Before using the plugins, make sure you have Discord or Discord Canary installed. These are required for the patching process.
Download Discord: https://discord.com/download
Download Discord Canary: https://discord.com/download