aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDunkledore <[email protected]>2018-04-21 11:21:48 +0200
committerRapptz <[email protected]>2018-08-22 21:06:08 -0400
commit9d8e791a4e1b54f31378b4d862f702094ecfea62 (patch)
tree036b9debb4c0569cb9cda37b155aab83cde3c617
parent[commands] Added BucketType.members for cooldowns (diff)
downloaddiscord.py-9d8e791a4e1b54f31378b4d862f702094ecfea62.tar.xz
discord.py-9d8e791a4e1b54f31378b4d862f702094ecfea62.zip
Update Message.author doctring
-rw-r--r--discord/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py
index 9700fe37..dc55c72a 100644
--- a/discord/message.py
+++ b/discord/message.py
@@ -123,7 +123,7 @@ class Message:
in cases where it might be a system message for :attr:`system_content`.
author
A :class:`Member` that sent the message. If :attr:`channel` is a
- private channel, then it is a :class:`User` instead.
+ private channel or the user has the left the guild, then it is a :class:`User` instead.
content: :class:`str`
The actual contents of the message.
nonce