https://github.com/neongamerbot-qk/vencord-plugins
https://github.com/neongamerbot-qk/vencord-plugins
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/neongamerbot-qk/vencord-plugins
- Owner: NeonGamerBot-QK
- Created: 2024-05-06T04:18:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T01:11:54.000Z (about 2 years ago)
- Last Synced: 2025-03-19T12:54:32.373Z (over 1 year ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## My Vencord plugins
### Install
> [!TIP]
> There's also [this video by Syncxv](https://youtu.be/8wexjSo8fNw) which shows how to install a userplugin on Windows.
> Just be sure to replace the `git clone` command with the one from below
Clone the repository inside your Vencord `src/userplugins` folder (create the folder if it doesn't exist)
```bash
cd Vencord/src/userplugins
git clone https://github.com/NeonGamerBot-QK/vencord-plugins Neon-plugins
pnpm build
````