This repository will host all of the plugins that I make for Vencord!
To install these plugins you, need to clone Vencord (or whatever you use).
git clone https://github.com/Vendicated/VencordWarning
Ensure you have git installed.
Switch to the cloned folder with
cd VencordClone this repository with
git clone https://github.com/RunaHehe/Vencord-Plugins- Move the wanted plugin from the created
plugins/userpluginsfolder into thevencord/srcfolder. - Ensure it's structured as
[vencord]/src/userplugins/[PLUGIN NAME]/[...files] - (optional) Delete all other files.
Run install to install all dependencies
pnpm installNote
If this command fails try using the --force flag, ensure pnpm is installed with npm install -g pnpm!
Build Vencord with the build command:
pnpm run buildInject Vencord into your Discord client with inject (if not done yet / make sure Discord is fully closed!)
pnpm run injectNote
If you don't see the plugin, make sure it's enabled in your Settings (Settings > Vencord (Tab) > Plugins > [Plugin Name])!
