mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
Fix undefined getter reference
This commit is contained in:
parent
f9b1de50c9
commit
22e41a3b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue