Browse Source

Remove versionchanged in PartialMessageable

pull/7494/head
jack1142 3 years ago
committed by GitHub
parent
commit
45b9585910
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      discord/channel.py

4
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`

Loading…
Cancel
Save