mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Closes #1452
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user