diff options
| author | Sebastian Law <[email protected]> | 2021-05-04 04:21:59 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-04 07:21:59 -0400 |
| commit | b82a0dc6fd82df1dc01060ae64ee3b2f6512f288 (patch) | |
| tree | 6cb8ec10960fec615fddaaccfedb5876d72ec9ea /discord/abc.py | |
| parent | Add get_user to the things intents.members affects (diff) | |
| download | discord.py-b82a0dc6fd82df1dc01060ae64ee3b2f6512f288.tar.xz discord.py-b82a0dc6fd82df1dc01060ae64ee3b2f6512f288.zip | |
[docs] remove mentions of bot only usability
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` |