mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Added authentication for examples and moved promise
This commit is contained in:
6
examples/auth.json
Normal file
6
examples/auth.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
//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"
|
||||
}
|
||||
Reference in New Issue
Block a user