diff options
| author | Rapptz <[email protected]> | 2019-04-08 17:27:18 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-08 17:27:31 -0400 |
| commit | 1da624a8b56b361ba02caafc01be6564471eb9e5 (patch) | |
| tree | a96867207c0d2b82d8056b94fb437b6a79a85b3a /discord | |
| parent | Missing a word in Attachment.save (diff) | |
| download | discord.py-1da624a8b56b361ba02caafc01be6564471eb9e5.tar.xz discord.py-1da624a8b56b361ba02caafc01be6564471eb9e5.zip | |
Remove manual documentation for AppInfo
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/appinfo.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/discord/appinfo.py b/discord/appinfo.py index c93113ce..744517ee 100644 --- a/discord/appinfo.py +++ b/discord/appinfo.py @@ -39,13 +39,14 @@ class AppInfo: name: :class:`str` The application name. owner: :class:`User` - The application's owner. + The application owner. icon: Optional[:class:`str`] - The icon hash. + The icon hash, if it exists. description: Optional[:class:`str`] The application description. bot_public: :class:`bool` - Whether the bot is public. + Whether the bot can be invited by anyone or if it is locked + to the application owner. bot_require_code_grant: :class:`bool` Whether the bot requires the completion of the full oauth2 code grant flow to join. |