mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
Make ServerChannel GuildChannel
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class PermissionOverwrites {
|
||||
constructor(serverChannel, data) {
|
||||
this.channel = serverChannel;
|
||||
constructor(guildChannel, data) {
|
||||
this.channel = guildChannel;
|
||||
if (data) {
|
||||
this.setup(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user