discord-cli
discord-cli copied to clipboard
Problem while setting up config.json. "email": ["Not a well formed email address."]
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":"[email protected]"}
Anyone has any clue?
Thanks