add MESSAGE_CONTENT intent (v13)

#8580 Discord.js v13.11
This commit is contained in:
March 7th
2022-09-04 18:24:19 +07:00
parent bbdf294330
commit 16f6cb7327
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -5845,6 +5845,7 @@ export type IntentsString =
| 'DIRECT_MESSAGES'
| 'DIRECT_MESSAGE_REACTIONS'
| 'DIRECT_MESSAGE_TYPING'
| 'MESSAGE_CONTENT'
| 'GUILD_SCHEDULED_EVENTS';
export interface InviteGenerationOptions {