feat: new application flag

This commit is contained in:
Elysia
2023-06-24 01:45:34 +07:00
parent 1782542776
commit e59f893924
2 changed files with 4 additions and 1 deletions

3
typings/index.d.ts vendored
View File

@@ -5404,7 +5404,8 @@ export type ApplicationFlagsString =
| 'GATEWAY_MESSAGE_CONTENT_LIMITED'
| 'EMBEDDED_FIRST_PARTY'
| 'APPLICATION_COMMAND_BADGE'
| 'ACTIVE';
| 'ACTIVE'
| 'IFRAME_MODAL';
export interface ApplicationRoleConnectionMetadataEditOptions {
name: string;