Remove versionchanged in PartialMessageable

This commit is contained in:
jack1142 2022-02-21 03:20:25 +01:00 committed by GitHub
parent 5589934a59
commit 45b9585910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2092,10 +2092,6 @@ class PartialMessageable(discord.abc.Messageable, Hashable):
This is useful if you want to work with a message and only have its ID without
doing an unnecessary API call.
.. versionchanged:: 2.0
``message_id`` parameter is now positional-only.
Parameters
------------
message_id: :class:`int`