From 1da624a8b56b361ba02caafc01be6564471eb9e5 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 8 Apr 2019 17:27:18 -0400 Subject: Remove manual documentation for AppInfo --- discord/appinfo.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'discord') 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. -- cgit v1.2.3