mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
7 lines
No EOL
172 B
JavaScript
7 lines
No EOL
172 B
JavaScript
var Discord = require("../lib/index.js");
|
|
|
|
var mybot = new Discord.Client();
|
|
|
|
mybot.login("riftes@outlook.com", "hydrabotsecure", function(err, res){
|
|
console.log(res);
|
|
}); |