discordconsole-team / DiscordConsole

Control your Discord & Discord bot accounts and Webhooks through the command line.
GNU General Public License v3.0
90 stars 8 forks source link

I was just trying to log in #49

Closed NightmareOkami closed 3 years ago

NightmareOkami commented 3 years ago

Http 401 unauthorized IMG_20201219_015120

Mnpn commented 3 years ago

Your token is probably incorrect. Double check whether or not you need to prefix it with user, too.

NightmareOkami commented 3 years ago

It insta crashes now if i type anything

Mnpn commented 3 years ago

If you're still stuck on the token screen, you have to enter it as user <token_here> if it's a user token or just <token_here> if it's a bot token. The program will automatically close with that unauthorised error if the token is incorrect or is not prefixed correctly.