permissions rename :3 (#1788)

* permissions rename :3

* Update Permissions.js

* Update TextChannel.js

* Update GuildChannel.js
This commit is contained in:
Gus Caplan
2017-08-17 09:27:50 -07:00
committed by Crawl
parent e677543c30
commit 23d42d7e22
3 changed files with 17 additions and 17 deletions

View File

@@ -110,7 +110,7 @@ class Permissions {
* - `MANAGE_GUILD` (edit the guild information, region, etc.)
* - `ADD_REACTIONS` (add new reactions to messages)
* - `VIEW_AUDIT_LOG`
* - `READ_MESSAGES`
* - `VIEW_CHANNELS`
* - `SEND_MESSAGES`
* - `SEND_TTS_MESSAGES`
* - `MANAGE_MESSAGES` (delete messages and reactions)
@@ -143,7 +143,7 @@ Permissions.FLAGS = {
ADD_REACTIONS: 1 << 6,
VIEW_AUDIT_LOG: 1 << 7,
READ_MESSAGES: 1 << 10,
VIEW_CHANNEL: 1 << 10,
SEND_MESSAGES: 1 << 11,
SEND_TTS_MESSAGES: 1 << 12,
MANAGE_MESSAGES: 1 << 13,