How do i get the discord token? - prochy-exe/jellyfin-rpc-discord-bridge GitHub Wiki
It's a fairly easy process, but it can be tricky if you don't know how
- Log in to Discord using your browser (the app won't work unless you have access to the network tab)
- Press CTRL + SHIFT + I (or right click, Inspect)
- Navigate to the Network tab. Look for a request that points to @me (make sure you aren't doing anything in the tab, it's easier to pin point that way
- Open it up, and expand the request headers
- Look for the entry 'Authorization', this is your access token which we'll use to communicate with the Discord gateway
- Paste the token into the config_generator window and you are set! (no, i am not stealing your token, not interested in your erps, ew)