mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Fix undefined getter reference
This commit is contained in:
@@ -62,7 +62,7 @@ class ChannelPermissions {
|
||||
}
|
||||
}
|
||||
|
||||
ad(this.canCreateInstantInvite, 0);
|
||||
ad(this.createInstantInvite, 0);
|
||||
ad(this.manageRoles, 3);
|
||||
ad(this.manageChannels, 4);
|
||||
ad(this.readMessages, 10);
|
||||
|
||||
Reference in New Issue
Block a user