0% found this document useful (0 votes)
63 views

Read

Uploaded by

olivertree2045
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Read

Uploaded by

olivertree2045
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

How to install Fake Mute / Deafen

Requirements:

NodeJS - https://nodejs.org/en (Version does not matter, latest should suffice)


Git - https://git-scm.com/download/win (Select based on your PC)
Vencord - https://github.com/Vendicated/Vencord

Installation

- Open CMD Prompt

- Run the following commands in order:

npm i -g pnpm
git clone https://github.com/Vendicated/Vencord
cd Vencord
pnpm install --frozen-lockfile
pnpm build
pnpm inject

For anyone who is interested in what these commands do, read below if you don't
care ignore:

- npm i -g pnpm | This command installs the pnpm package that is used to manage
other packages. I = install / G = globally, it installs the package so it can be
accessed anywhere.

- git clone https://github.com/Vendicated/Vencord | This command clones/downloads


the entire Vencord repo, you can just install it as a zip but this is easier
because you don't have to add it to the right directory, extract it etc. (You could
just download the raw zip if you want)

- cd Vencord | This command goes into the Vencord folder created from the git clone
command.

- pnpm install --frozen-lockfile | This command installs all the required needed
packages for Vencord to run. --frozen-lockfile, prevents it from updating the
lockfile.

- pnpm build | This command just compiles all files to get ready for injection

- pnpm inject | This command injects/installs all the repo to whatever it's
assigned to, in this case it's Discord.

Adding Plugins

Once Vencord has been installed to Discord, go to the directory where the git clone
command installed the Vencord folder. (This is usually your main drive)

When in the Vencord folder, go to src -> plugins, now just copy and paste both the
library and plugin folder here.

You may have to restart Discord to see visible changes.

! Thanks to philhk for creating the library, philsPluginLibrary and who originally
created the plugin. https://github.com/philhk/Vencord
! Credits to the orginal developer of the plugin -
https://github.com/blockgameentity

(For anyone wondering, both the library and plugin are listed on their repo. I
didn't include a download link to them because there are changes to the ones used
for this)

You might also like