Print your user token to the DevTools console.
Either download the precompiled plugin, or compile it by yourself.
- Go to the releases tab of this repo and download the .asar file included with the release.
- Copy the downloaded file to your Replugged plugins folder:
- Windows:
%APPDATA%/replugged/plugins
- macOS:
~/Library/Application Support/replugged/plugins
- Other:
$XDG_CONFIG_HOME/replugged/plugins
or~/.config/replugged/plugins
- Reload Discord to load the plugin.
For this you'll need a couple of things first:
- Git
- NodeJS
- pnpm: (can be installed with
npm i -g pnpm
) - Replugged
- Clone this repository and cd into it
- Install dependencies:
pnpm i
- Build the plugin:
pnpm run build
- Reload Discord to load the plugin.