Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

unclamped/show-token-plugin

Repository files navigation

Deprecated, outdated, superseded. Don't use.

Show Token

Print your user token to the DevTools console.

Install

Either download the precompiled plugin, or compile it by yourself.

Precompiled

  1. Go to the releases tab of this repo and download the .asar file included with the release.
  2. 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
  1. Reload Discord to load the plugin.

Built from source

For this you'll need a couple of things first:

  • Git
  • NodeJS
  • pnpm: (can be installed with npm i -g pnpm)
  • Replugged
  1. Clone this repository and cd into it
  2. Install dependencies: pnpm i
  3. Build the plugin: pnpm run build
  4. Reload Discord to load the plugin.