aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-07-21 01:16:29 -0400
committerRapptz <[email protected]>2016-07-21 01:16:29 -0400
commitb0f5584961bd4184290cdf140a57452336de08ef (patch)
tree59fb26ae5c222d39e205fd76356a2d320ef61984 /docs
parentFix bug where discriminators would not update in PRESENCE_UPDATE. (diff)
downloaddiscord.py-b0f5584961bd4184290cdf140a57452336de08ef.tar.xz
discord.py-b0f5584961bd4184290cdf140a57452336de08ef.zip
Add AppInfo.owner attribute.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst4
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: