mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Bug fixes and added getBans
This commit is contained in:
@@ -43,12 +43,12 @@ mybot.once("ready", function () {
|
||||
|
||||
});
|
||||
|
||||
mybot.on("debug", function (info) {
|
||||
|
||||
mybot.on("serverUpdate", function (oldserver, newserver) {
|
||||
console.log("server changed! " + mybot.servers.length);
|
||||
})
|
||||
|
||||
mybot.on("unknown", function (info) {
|
||||
console.log("warning!", info);
|
||||
console.log("unknown!", info);
|
||||
})
|
||||
|
||||
mybot.on("channelUpdate", function (oldChan, newChan) {
|
||||
|
||||
Reference in New Issue
Block a user