mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Added User Class
This commit is contained in:
7
test/bot.js
Normal file
7
test/bot.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var Discord = require("../lib/index.js");
|
||||
|
||||
var mybot = new Discord.Client();
|
||||
|
||||
mybot.login("riftes@outlook.com", "hydrabotsecure", function(err, res){
|
||||
console.log(res);
|
||||
});
|
||||
Reference in New Issue
Block a user