Skip to content

Commit 5b98ce1

Browse files
NCPlayzRapptz
authored andcommitted
[docs] fix docstring of AppInfo
1 parent 06184dc commit 5b98ce1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

discord/appinfo.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,30 +61,32 @@ class AppInfo:
6161
A list of RPC origin URLs, if RPC is enabled.
6262
summary: :class:`str`
6363
If this application is a game sold on Discord,
64-
this field will be the summary field for the store page of its primary SKU
64+
this field will be the summary field for the store page of its primary SKU.
6565
6666
.. versionadded:: 1.3
6767
6868
verify_key: :class:`str`
69-
The base64 encoded key for the GameSDK's GetTicket
69+
The hex encoded key for verification in interactions and the
70+
GameSDK's `GetTicket <https://discord.com/developers/docs/game-sdk/applications#getticket>`_.
7071
7172
.. versionadded:: 1.3
7273
7374
guild_id: Optional[:class:`int`]
7475
If this application is a game sold on Discord,
75-
this field will be the guild to which it has been linked
76+
this field will be the guild to which it has been linked to.
7677
7778
.. versionadded:: 1.3
7879
7980
primary_sku_id: Optional[:class:`int`]
8081
If this application is a game sold on Discord,
81-
this field will be the id of the "Game SKU" that is created, if exists
82+
this field will be the id of the "Game SKU" that is created,
83+
if it exists.
8284
8385
.. versionadded:: 1.3
8486
8587
slug: Optional[:class:`str`]
8688
If this application is a game sold on Discord,
87-
this field will be the URL slug that links to the store page
89+
this field will be the URL slug that links to the store page.
8890
8991
.. versionadded:: 1.3
9092

0 commit comments

Comments
 (0)