feat(ApplicationFlags): add message content intent flags (#6888)

This commit is contained in:
Advaith
2021-11-01 10:50:23 -07:00
committed by GitHub
parent 076524a064
commit e94073a6ab
2 changed files with 7 additions and 1 deletions

4
typings/index.d.ts vendored
View File

@@ -3383,7 +3383,9 @@ export type ApplicationFlagsString =
| 'GATEWAY_GUILD_MEMBERS'
| 'GATEWAY_GUILD_MEMBERS_LIMITED'
| 'VERIFICATION_PENDING_GUILD_LIMIT'
| 'EMBEDDED';
| 'EMBEDDED'
| 'GATEWAY_MESSAGE_CONTENT'
| 'GATEWAY_MESSAGE_CONTENT_LIMITED';
export interface AuditLogChange {
key: APIAuditLogChange['key'];