Discord

Authentication
User token
Follow these steps to obtain your user token:
- Log into discord.com/app from your web browser
- Open the developer tools
- Select the network tab
- Refresh the page
- Find the websocket request (Http status 101)
- Click the on the request and go to the Response tab
- Look at the first outgoing message
- The token can be found in JSON.
- Copy it without the double quotes.
- Paste your token in the discord node
- Click sync

Bot token
Unsupported