Fixed invites

This commit is contained in:
hydrabolt
2015-08-25 14:30:03 +01:00
parent 659fdf5bff
commit dd941ab604
8 changed files with 294 additions and 172 deletions

View File

@@ -12,15 +12,6 @@ mybot.login(Auth.email, Auth.password)
mybot.on("ready", function () {
console.log("Ready!");
mybot.createServer("myServer", "london").then(function(server){
console.log("New server! Based in "+server.region+" and is called "+server.name);
mybot.createChannel(server, "wooof", "text", function(err, chann){
console.log(chann.name);
});
});
})
mybot.on("message", function (msg) {