[docs] Fix more references

Co-Authored-By: Riley Shaw <30989490+ShineyDev@users.noreply.github.com>
This commit is contained in:
Josh
2021-07-01 21:48:37 +10:00
committed by GitHub
parent ed6c061d69
commit d001b9d0ee
3 changed files with 4 additions and 4 deletions

View File

@ -1160,7 +1160,7 @@ class Message(Hashable):
embed: Optional[:class:`Embed`]
The new embed to replace the original with.
Could be ``None`` to remove the embed.
embeds: List[:class:`Embeds`]
embeds: List[:class:`Embed`]
The new embeds to replace the original with. Must be a maximum of 10.
To remove all embeds ``[]`` should be passed.