Skip to content

Installation

Sayrox edited this page Jul 20, 2026 · 1 revision

Installation

Prerequisites

  • Vencord installed and working in Discord

Install via Git

cd path/to/Vencord/src/userplugins
git clone https://github.com/6jt8/Clonecord.git

Then rebuild Vencord:

cd path/to/Vencord
pnpm build
pnpm inject

Restart Discord and enable Clonecord in Settings > Vencord > Plugins.

Install via Release (ZIP)

  1. Download the latest Clonecord-vX.X.X.zip from Releases
  2. Extract the zip into path/to/Vencord/src/userplugins/Clonecord
  3. Rebuild and restart Discord as above

Important

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).

Clone this wiki locally