- ThemeLibrary
- ReactionLogger
- WakaTime [forked from: wakatime/vencord-wakatime]
https://github.com/Faf4a/ThemeLibrary
This is in-development by discord! Therefore no longer maintained.
- 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.
- 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.
To install this plugin 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/Faf4a/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])!
