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 Node.js
-
Install Git
-
Execute this command and :
-
Open the Terminal (On windows)
-
Install pnpm using npm:
npm i -g pnpm
-
Clone the Offical Vencord Repository:
git clone https://github.com/Vendicated/Vencord
-
Install all required moduls:
cd Vencord && pnpm i
-
Create the userplugins directory:
cd src && mkdir userplugins
-
Clone the Offical WakaTime Repository:
cd userplugins && git clone https://github.com/wakatime/vencord-wakatime
-
Build and execute the Vencord Repository:
cd ../.. && pnpm build && pnpm inject
Follow the instructions by the prompt
-
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.