mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
feat(ApplicationFlags): add message content intent flags (#6888)
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user