collection of userplugins i made for vencord
Find a file
2024-12-15 19:48:18 +03:00
notificationContent remove copyright comment 2024-12-15 17:10:27 +03:00
rememberReplyMention remove debug prints (oops 2024-12-15 17:44:32 +03:00
.editorconfig add vencord's editorconfig 2024-12-15 17:17:29 +03:00
README.md update readme yet again 2024-12-15 19:48:18 +03:00

userplugins

a collection of userplugins i made for vencord

how to use

follow vencord's guide on installing custom plugins. create the the src/userplugins folder, and copy plugins you want from this repository in it, like this:

git clone https://github.com/Vendicated/Vencord # clone vencord
git clone https://git.slonk.ing/slonk/userplugins # clone this repository
cd Vencord
mkdir -p src/userplugins # create src/userplugins if it doesn't exist
cp -r ../userplugins/*/ src/userplugins # copy all plugins
pnpm i # install dependencies
pnpm build && pnpm inject # build and install vencord