Remove manual documentation for AppInfo

This commit is contained in:
Rapptz
2019-04-08 17:27:18 -04:00
parent bb5aaf2ab3
commit 1da624a8b5
2 changed files with 4 additions and 50 deletions

View File

@ -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.