mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
grunt default does weird things to lib
This commit is contained in:
@@ -20,6 +20,7 @@ var ServerChannel = (function (_Channel) {
|
||||
_Channel.call(this, data, client);
|
||||
this.name = data.name;
|
||||
this.type = data.type;
|
||||
this.position = data.position;
|
||||
this.permissionOverwrites = new Cache();
|
||||
this.server = server;
|
||||
data.permission_overwrites.forEach(function (permission) {
|
||||
@@ -104,4 +105,4 @@ var ServerChannel = (function (_Channel) {
|
||||
return ServerChannel;
|
||||
})(Channel);
|
||||
|
||||
module.exports = ServerChannel;
|
||||
module.exports = ServerChannel;
|
||||
|
||||
Reference in New Issue
Block a user