Browse Source

Update Message.author doctring

pull/1521/merge
Dunkledore 7 years ago
committed by Rapptz
parent
commit
9d8e791a4e
  1. 2
      discord/message.py

2
discord/message.py

@ -123,7 +123,7 @@ class Message:
in cases where it might be a system message for :attr:`system_content`. in cases where it might be a system message for :attr:`system_content`.
author author
A :class:`Member` that sent the message. If :attr:`channel` is a 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` content: :class:`str`
The actual contents of the message. The actual contents of the message.
nonce nonce

Loading…
Cancel
Save