Make ServerChannel GuildChannel

This commit is contained in:
Amish Shah
2016-08-18 10:27:31 +01:00
parent 46e89f56c7
commit 159233059e
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
class PermissionOverwrites {
constructor(serverChannel, data) {
this.channel = serverChannel;
constructor(guildChannel, data) {
this.channel = guildChannel;
if (data) {
this.setup(data);
}