sm00th / bitlbee-discord

Bitlbee plugin for Discord (http://discordapp.com)
GNU General Public License v2.0
291 stars 27 forks source link

token location described in README out of date #228

Open thor314 opened 2 years ago

thor314 commented 2 years ago

Users are instructed to look for their auth token:

Chrome: Developer Tools -> Application -> Local Storage -> https://discordapp.com -> token
Firefox: Web Developer -> Storage Inspector -> Local Storage -> https://discordapp.com -> token

It appears discord has changed the location this is stored. Token is no longer a stored field. There is "multiAccountStore", but that doesn't seem to be it.

sm00th commented 2 years ago

They didn't change it, but it gets hidden/removed after a while, so to get it you need to do a fresh login, or switch to responsive design mode. See https://github.com/sm00th/bitlbee-discord/issues/118#issuecomment-914600472 and https://github.com/sm00th/bitlbee-discord/issues/118#issuecomment-841211252

anarcat commented 8 months ago

That is the weirdest thing ever. Would still warrant an update to the README, IMHO...

sm00th commented 8 months ago

That is the weirdest thing ever. Would still warrant an update to the README, IMHO...

Barely touching this project, but feel free to open a PR, I'd gladly merge a change like this.