diff options
Diffstat (limited to 'docs/api.rst')
| -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: |