mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
test debug
This commit is contained in:
parent
011b7789b3
commit
0889d0362d
1 changed files with 2 additions and 0 deletions
|
|
@ -116,4 +116,6 @@ mybot.on("message", function(message){
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(process.env);
|
||||||
|
|
||||||
mybot.login(process.env["ds_email"], process.env["ds_password"]).then(success1).catch(error);
|
mybot.login(process.env["ds_email"], process.env["ds_password"]).then(success1).catch(error);
|
||||||
Loading…
Reference in a new issue