diff options
| author | CloudNineK <[email protected]> | 2018-01-01 19:42:40 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-01-06 17:23:18 -0500 |
| commit | 0f56ce7c13dc928e63c6ba6add6673ecc9c03ae1 (patch) | |
| tree | a1370b626cb34bff69babd415acbd6fe6d360090 | |
| parent | Ensure gif avatar urls end in `.gif` (diff) | |
| download | discord.py-0f56ce7c13dc928e63c6ba6add6673ecc9c03ae1.tar.xz discord.py-0f56ce7c13dc928e63c6ba6add6673ecc9c03ae1.zip | |
Fix typo in Message.embeds documentation.
| -rw-r--r-- | discord/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py index 8059647d..374e0b22 100644 --- a/discord/message.py +++ b/discord/message.py @@ -125,7 +125,7 @@ class Message: The value used by the discord guild and the client to verify that the message is successfully sent. This is typically non-important. embeds: List[:class:`Embed`] - A list embeds the message has. + A list of embeds the message has. channel The :class:`TextChannel` that the message was sent from. Could be a :class:`DMChannel` or :class:`GroupChannel` if it's a private message. |