-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Sayrox edited this page Jul 20, 2026
·
1 revision
- Vencord installed and working in Discord
cd path/to/Vencord/src/userplugins
git clone https://github.com/6jt8/Clonecord.gitThen rebuild Vencord:
cd path/to/Vencord
pnpm build
pnpm injectRestart Discord and enable Clonecord in Settings > Vencord > Plugins.
- Download the latest
Clonecord-vX.X.X.zipfrom Releases - Extract the zip into
path/to/Vencord/src/userplugins/Clonecord - Rebuild and restart Discord as above
Do NOT commit tsconfig.json — it is gitignored because it overrides Vencord's module resolution and breaks pnpm build. It is only needed for local development (type checking, linting).