Added User Class

This commit is contained in:
hydrabolt
2015-08-23 19:33:52 +01:00
parent a9bd6cd59c
commit 344f8d73a4
11 changed files with 320 additions and 262 deletions

7
test/bot.js Normal file
View 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);
});