Skip to content

Commit fb557cb

Browse files
committed
chore(docs): update versionadded/versionchanged
1 parent 51e6e3c commit fb557cb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

disnake/appinfo.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class PartialAppInfo:
7373
7474
.. versionadded:: 2.0
7575
76-
.. versionchanged:: 2.7
76+
.. versionchanged:: 2.9
7777
Moved ``rpc_origins``, ``verify_key``, ``terms_of_service_url``,
7878
and ``privacy_policy_url`` attributes to the :class:`AppInfo` class instead.
7979
Added :attr:`cover_image`, and removed deprecated ``summary`` attribute.
@@ -132,7 +132,7 @@ class AppInfo(PartialAppInfo):
132132
133133
.. versionadded:: 2.0
134134
135-
.. versionchanged:: 2.7
135+
.. versionchanged:: 2.9
136136
Removed deprecated ``summary`` attribute.
137137
138138
Attributes
@@ -267,7 +267,7 @@ class BotAppInfo(AppInfo):
267267
Equivalent to :class:`AppInfo`, but with additional :attr:`owner`
268268
and :attr:`team` attributes.
269269
270-
.. versionadded:: 2.7
270+
.. versionadded:: 2.9
271271
272272
Attributes
273273
----------

disnake/integrations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ class IntegrationApplication(PartialAppInfo):
318318
319319
.. versionadded:: 2.0
320320
321-
.. versionchanged:: 2.7
321+
.. versionchanged:: 2.9
322322
Now inherits from :class:`PartialAppInfo`, :attr:`icon` type
323323
changed to :class:`Asset`.
324324

disnake/message.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ class Message(Hashable):
809809
application: Optional[:class:`PartialAppInfo`]
810810
The rich presence enabled application associated with this message.
811811
812-
.. versionchanged:: 2.7
812+
.. versionchanged:: 2.9
813813
This is now a :class:`PartialAppInfo` object instead of a plain :class:`dict`.
814814
815815
stickers: List[:class:`StickerItem`]

0 commit comments

Comments
 (0)