add MESSAGE_CONTENT intent (v13) (#8580)

This commit is contained in:
JsCoder2022
2022-09-02 20:22:59 +05:00
committed by GitHub
parent ca68fc3f6b
commit 56177998c5
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

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