mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: Application#owner is optional (#1012)
This commit is contained in:
@@ -23,7 +23,7 @@ export interface Application {
|
||||
/** The url of the app's privacy policy */
|
||||
privacyPolicyUrl?: string;
|
||||
/** Partial user object containing info on the owner of the application */
|
||||
owner: Partial<User>;
|
||||
owner?: Partial<User>;
|
||||
/** If this application is a game sold on Discord, this field will be the summary field for the store page of its primary sku */
|
||||
summary: string;
|
||||
/** The hex encoded key for verification in interactions and the GameSDK's GetTicket */
|
||||
|
||||
Reference in New Issue
Block a user