Skip to content

Faf4a/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vencord Plugins

Current Plugins:


ThemeLibrary has moved!

https://github.com/Faf4a/ThemeLibrary


ThemeLibrary Disclaimer

  • I do not own any of the listed themes, rights go to their respective owners.
  • If you want to remove your theme, please open an issue in this repository.

WakaTime Plugin

  • I do not manage the API nor have access to the api in any way.
  • The original author "Neon" created this plugin, I simply improved it.

How to Install?

Cloning Vencord

To install this plugin you need to clone Vencord (or whatever you use).

git clone https://github.com/Vendicated/Vencord

Warning

Ensure you have git installed.

Switch to the cloned folder with

cd Vencord

Install the Plugin

Clone this repository with

git clone https://github.com/Faf4a/plugins
  1. Move the wanted plugin from the created plugins/userplugins folder into the vencord/src folder.
  2. Ensure it's structured as [vencord]/src/userplugins/[PLUGIN NAME]/[...files]
  3. (optional) Delete all other files.

Installing Dependencies

Run install to install all dependencies

pnpm install

Note

If this command fails try using the --force flag, ensure pnpm is installed with npm install -g pnpm!

Building Vencord

Build Vencord with the build command:

pnpm run build

Injecting

Inject Vencord into your Discord client with inject (if not done yet / make sure Discord is fully closed!)

pnpm run inject

🎉 That's it! You successfully installed your plugin..!

Note

If you don't see the plugin, make sure it's enabled in your Settings (Settings > Vencord (Tab) > Plugins > [Plugin Name])!

now explode