mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
test debug
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user