RickvanLoo / discord-cli

Minimalistic Command-Line Interface for Discord
GNU General Public License v2.0
203 stars 32 forks source link

Problem while setting up config.json. "email": ["Not a well formed email address."] #49

Open freddieventura opened 4 years ago

freddieventura commented 4 years ago

Hi, First off thanks for the resource, I believe this package may be outdated but it would be nice to keep on developing it, although I also believe discord may be reluctant on letting people use a CLI API so to circumvent their clickbait and content select traps on their own applications. Anyways if any of you still using it , Im trying to first connect with it and After I get an error .

Unable to fetch discord authentication token. HTTP 400 Bad Request, {"email": ["Not a well formed email address."]}

I've setted the config.json accordingly such as

{"username":"Myuser","password":"Mypass","messagedefault":true,"messages":10,"email":"myemail@emailprovider.com"}

Anyone has any clue?

Thanks