Browse Source

add Stream permission

pull/153/head
Luke Mathew-Byrne 6 years ago
parent
commit
b82d755532
  1. 1
      disco/types/permissions.py

1
disco/types/permissions.py

@ -11,6 +11,7 @@ class Permissions(object):
ADD_REACTIONS = 1 << 6
VIEW_AUDIT_LOG = 1 << 7
PRIORITY_SPEAKER = 1 << 8
STREAM = 1 << 9
READ_MESSAGES = 1 << 10
SEND_MESSAGES = 1 << 11
SEND_TSS_MESSAGES = 1 << 12

Loading…
Cancel
Save