mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
* Backport the STREAM permission * Update typings and default
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -1997,6 +1997,7 @@ declare module 'discord.js' {
|
||||
ADD_REACTIONS?: number;
|
||||
VIEW_AUDIT_LOG?: number;
|
||||
PRIORITY_SPEAKER?: number;
|
||||
STREAM?: number;
|
||||
VIEW_CHANNEL?: number;
|
||||
READ_MESSAGES?: number;
|
||||
SEND_MESSAGES?: number;
|
||||
@@ -2032,6 +2033,7 @@ declare module 'discord.js' {
|
||||
ADD_REACTIONS?: boolean;
|
||||
VIEW_AUDIT_LOG?: boolean;
|
||||
PRIORITY_SPEAKER?: boolean;
|
||||
STREAM?: boolean;
|
||||
VIEW_CHANNEL?: boolean;
|
||||
READ_MESSAGES?: boolean;
|
||||
SEND_MESSAGES?: boolean;
|
||||
@@ -2066,6 +2068,7 @@ declare module 'discord.js' {
|
||||
| 'ADD_REACTIONS'
|
||||
| 'VIEW_AUDIT_LOG'
|
||||
| 'PRIORITY_SPEAKER'
|
||||
| 'STREAM'
|
||||
| 'VIEW_CHANNEL'
|
||||
| 'READ_MESSAGES'
|
||||
| 'SEND_MESSAGES'
|
||||
|
||||
Reference in New Issue
Block a user