From 45b95859104a032a93fa0021e787d94fea6b08dc Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 21 Feb 2022 03:20:25 +0100 Subject: [PATCH] Remove versionchanged in PartialMessageable --- discord/channel.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/discord/channel.py b/discord/channel.py index 3229377dd..fc50810a8 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -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`