From b82d7555323dbb57630c51da2b8ce8ee0483dd88 Mon Sep 17 00:00:00 2001 From: Luke Mathew-Byrne Date: Sat, 10 Aug 2019 21:39:20 +0100 Subject: [PATCH] add Stream permission --- disco/types/permissions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/disco/types/permissions.py b/disco/types/permissions.py index e60c120..846cc8d 100644 --- a/disco/types/permissions.py +++ b/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