client.login (электронная почта, пароль) discord.js

var Discord = require("discord.js");
var client = new Discord.Client();

client.login(token);
Combative Coyote