This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Numeric permission flags. All available properties: | |
* * `CREATE_INSTANT_INVITE` (create invitations to the guild) | |
* * `KICK_MEMBERS` | |
* * `BAN_MEMBERS` | |
* * `ADMINISTRATOR` (implicitly has *all* permissions, and bypasses all channel overwrites) | |
* * `MANAGE_CHANNELS` (edit and reorder channels) | |
* * `MANAGE_GUILD` (edit the guild information, region, etc.) | |
* * `ADD_REACTIONS` (add new reactions to messages) | |
* * `VIEW_AUDIT_LOG` | |
* * `PRIORITY_SPEAKER` |