Browse Source

Fixed missing image attribute description (#118)

Added description for MessageEmbed image attribute.
pull/119/head
KevTheGame-Dev 6 years ago
committed by Andrei Zbikowski
parent
commit
f6e72d704a
  1. 2
      disco/types/message.py

2
disco/types/message.py

@ -221,6 +221,8 @@ class MessageEmbed(SlottedModel):
The color of the embed.
footer : `MessageEmbedFooter`
The footer of the embed.
image : `MessageEmbedImage`
The image of the embed.
thumbnail : `MessageEmbedThumbnail`
The thumbnail of the embed.
video : `MessageEmbedVideo`

Loading…
Cancel
Save