diff options
Diffstat (limited to 'discord/abc.py')
| -rw-r--r-- | discord/abc.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/abc.py b/discord/abc.py index c77e25b8..3ded0d59 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1157,8 +1157,6 @@ class Messageable(Protocol): Retrieves a single :class:`~discord.Message` from the destination. - This can only be used by bot accounts. - Parameters ------------ id: :class:`int` |