Skip to content

Commit d16e21f

Browse files
shiftinvonerandomusername
authored andcommitted
docs: update PartialAppInfo changes
1 parent ff8167a commit d16e21f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

disnake/appinfo.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ class PartialAppInfo:
7474
.. versionadded:: 2.0
7575
7676
.. versionchanged:: 2.7
77-
Removed ``rpc_origins``, ``summary``, ``verify_key``, ``terms_of_service_url``,
78-
and ``privacy_policy_url`` attributes; these are now part of :class:`AppInfo` instead.
79-
Added :attr:`cover_image`.
77+
Moved ``rpc_origins``, ``verify_key``, ``terms_of_service_url``,
78+
and ``privacy_policy_url`` attributes to the :class:`AppInfo` class instead.
79+
Added :attr:`cover_image`, and removed deprecated ``summary`` attribute.
8080
8181
Attributes
8282
----------

0 commit comments

Comments
 (0)