Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
/ plugins Public archive

silly vencord plugins

Notifications You must be signed in to change notification settings

Faf4a/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vencord Plugins

Current Plugins:


ThemeLibrary has moved!

https://github.com/Faf4a/ThemeLibrary


ReactionLogger deprecated!

This is in-development by discord! Therefore no longer maintained.


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