diff options
| author | Rapptz <[email protected]> | 2016-07-21 01:16:29 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-07-21 01:16:29 -0400 |
| commit | b0f5584961bd4184290cdf140a57452336de08ef (patch) | |
| tree | 59fb26ae5c222d39e205fd76356a2d320ef61984 /docs | |
| parent | Fix bug where discriminators would not update in PRESENCE_UPDATE. (diff) | |
| download | discord.py-b0f5584961bd4184290cdf140a57452336de08ef.tar.xz discord.py-b0f5584961bd4184290cdf140a57452336de08ef.zip | |
Add AppInfo.owner attribute.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index ce61b5ad..a40ad1e8 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -377,6 +377,10 @@ Application Info A property that retrieves the application's icon URL if it exists. If it doesn't exist an empty string is returned. + .. attribute:: owner + + The owner of the application. This is a :class:`User` instance + with the owner's information at the time of the call. .. _discord-api-enums: |