Browse Source
Remove versionchanged in PartialMessageable
pull/7494/head
jack1142
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
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` |
|
|
|