Browse Source

Adding missing permissions

- Add Reactions
- View Audit Log
- Priority Speaker
pull/144/head
Justin 6 years ago
committed by GitHub
parent
commit
7b67974a03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      disco/types/permissions.py

3
disco/types/permissions.py

@ -8,6 +8,9 @@ class Permissions(object):
ADMINISTRATOR = 1 << 3
MANAGE_CHANNELS = 1 << 4
MANAGE_GUILD = 1 << 5
ADD_REACTIONS = 1 << 6
VIEW_AUDIT_LOG = 1 << 7
PRIORITY_SPEAKER = 1 << 8
READ_MESSAGES = 1 << 10
SEND_MESSAGES = 1 << 11
SEND_TSS_MESSAGES = 1 << 12

Loading…
Cancel
Save