Add Stream permission (#3309)

* Add Stream permission

* update docs, and DEFAULT

Created a new guild to test DEFAULT

* update typings
This commit is contained in:
bdistin
2019-05-30 02:26:49 -05:00
committed by Amish Shah
parent 8652e47c14
commit 5154850a54
2 changed files with 4 additions and 2 deletions

1
typings/index.d.ts vendored
View File

@@ -2068,6 +2068,7 @@ declare module 'discord.js' {
| 'ADD_REACTIONS'
| 'VIEW_AUDIT_LOG'
| 'PRIORITY_SPEAKER'
| 'STREAM'
| 'VIEW_CHANNEL'
| 'SEND_MESSAGES'
| 'SEND_TTS_MESSAGES'