Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.58 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.58 KB

Vencord Logo

My Vencord plugins

Tip

There's also this video by Syncxv which shows how to install a userplugin on Windows. Just be sure to replace the git clone command with the one from below

Install

  1. Install Node.js

  2. Install Git

  3. Execute this command and :

  4. Open the Terminal (On windows)

  5. Install pnpm using npm: npm i -g pnpm

  6. Clone the Offical Vencord Repository: git clone https://github.com/Vendicated/Vencord

  7. Install all required moduls: cd Vencord && pnpm i

  8. Create the userplugins directory: cd src && mkdir userplugins

  9. Clone the Offical WakaTime Repository: cd userplugins && git clone https://github.com/wakatime/vencord-wakatime

  10. Build and execute the Vencord Repository: cd ../.. && pnpm build && pnpm inject

    Follow the instructions by the prompt

  11. Add your API Key to the plugin settings menu, then use Discord like you normally do and your stats will display on the WakaTime Dashboard.