Skip to content

Commit

Permalink
feat(Permissions): add stream permission (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC authored Aug 17, 2019
1 parent 784a75f commit 6fe9dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/structs/permissions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Crux.Structs.Permissions do
add_reactions: 1 <<< 6,
view_audit_log: 1 <<< 7,
priority_speaker: 1 <<< 8,
# 9
stream: 1 <<< 9,
view_channel: 1 <<< 10,
send_messages: 1 <<< 11,
send_tts_message: 1 <<< 12,
Expand Down Expand Up @@ -83,6 +83,7 @@ defmodule Crux.Structs.Permissions do
| :add_reactions
| :view_audit_log
| :priority_speaker
| :stream
| :view_channel
| :send_messages
| :send_tts_message
Expand Down

0 comments on commit 6fe9dfc

Please sign in to comment.