aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCloudNineK <[email protected]>2018-01-01 19:42:40 -0500
committerRapptz <[email protected]>2018-01-06 17:23:18 -0500
commit0f56ce7c13dc928e63c6ba6add6673ecc9c03ae1 (patch)
treea1370b626cb34bff69babd415acbd6fe6d360090
parentEnsure gif avatar urls end in `.gif` (diff)
downloaddiscord.py-0f56ce7c13dc928e63c6ba6add6673ecc9c03ae1.tar.xz
discord.py-0f56ce7c13dc928e63c6ba6add6673ecc9c03ae1.zip
Fix typo in Message.embeds documentation.
-rw-r--r--discord/message.py2
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.