From 68342db04dbfe8d3ffdd6ea107c37092204ff627 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 29 Jun 2019 19:26:45 -0400 Subject: [commands] Properly raise the correct exception for owner_ids Also some minor nits with documentation. --- docs/api.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index e2a83100..a2bb98db 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -42,9 +42,6 @@ Client .. autoclass:: AppInfo :members: -.. autoclass:: GameInfo - :members: - .. autoclass:: Team :members: @@ -1547,7 +1544,7 @@ of :class:`enum.Enum`. .. class:: TeamMembershipState - + Represents the membership state of a team member retrieved through :func:Bot.application_info. .. attribue:: invited -- cgit v1.2.3