mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
minor fixes
slightly more stable, removed redundant functions and added one or two features ;)
This commit is contained in:
@@ -16,3 +16,9 @@ exports.Server = function(region, ownerID, name, id, members){
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
exports.Server.prototype.getDefaultChannel = function(){
|
||||
|
||||
return this.channels.filter("name", "general", true);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user