Files
discord.js/examples/auth.json

6 lines
191 B
JSON

{
//this is an authentication file used for the examples,
//just add your email and password and the examples should work!
"email" : "discord@js.com",
"password" : "my discord password"
}