Browse Source

Fixed missing image attribute description

Added description for MessageEmbed image attribute.
pull/118/head
KevTheGame-Dev 7 years ago
committed by GitHub
parent
commit
9f4981ebd2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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