This commit is contained in:
Skillz4Killz
2021-11-08 19:44:34 +00:00
committed by GitHub
parent 3f60b0da40
commit dda5878407
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,5 +66,5 @@ export interface DiscordenoApplication {
/** If this application is a game sold on Discord, this field will be the hash of the image on store embeds */
coverImage?: string;
/** The application's public flags */
flags: DiscordApplicationFlags;
flags?: DiscordApplicationFlags;
}
+1 -1
View File
@@ -39,5 +39,5 @@ export interface Application {
/** If this application is a game sold on Discord, this field will be the hash of the image on store embeds */
coverImage?: string;
/** The application's public flags */
flags: DiscordApplicationFlags;
flags?: DiscordApplicationFlags;
}