This program allows you to keep the status online 24/7 in Discord
go build -o discrod-online main.go
Set up variable DISCORD_USER_TOKEN in environment and run program:
DISCORD_USER_TOKEN=your_token ./discrod-online
Or set variable in your OS
- Logging in to your discord account in web browser
- Pressing Ctrl+Shift+I to open Chrome Developer Tools
- Go to the Network Tab
- Keep it open and refresh the page
- Type /api in the filter search box
- Click the entry that has science as the Name
- On the sub-menu, go to Headers
- Scroll down till you see an entry named Authorization. Copy the line next to it.
- This is your token, DO NOT GIVE IT TO ANYONE.