mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Fixed invites
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user