From acba65e25bc7cdc3f3c3f6bf9ec60eaf6596ca5d Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Tue, 13 Apr 2021 22:35:56 +0200 Subject: [PATCH] https://github.com/discord/discord-api-docs/pull/2740 --- src/types/oauth2/application.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/oauth2/application.ts b/src/types/oauth2/application.ts index f58a5399d..9ec0830f4 100644 --- a/src/types/oauth2/application.ts +++ b/src/types/oauth2/application.ts @@ -22,7 +22,7 @@ export interface Application { owner: Partial; /** 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 base64 encoded key for the GameSDK's GetTicket */ + /** The hex encoded key for verification in interactions and the GameSDK's GetTicket */ verifyKey: string; /** If the application belongs to a team, this will be a list of the members of that team */ team: Team | null;