discord-toggle-rpc

A simple command-line app to toggle Discord Rich Presence written in Rust.

Discord Rich Presence is status that shows up when you're playing game or listening to Spotify.

Install

sh cargo install discord-toggle-rpc

Environment Variables

How to Find Your Discord Token

Your Discord token usually will look like mfa.<random characters> or <random characters>

To find your Discord token open your Discord with Discord App or browser

Set the environment variables

Copy your Discord Token and add new line in /etc/environment

sh DISCORD_TOKEN=<your token>