From f6e72d704a2d24567310418087c3e9793679ee80 Mon Sep 17 00:00:00 2001 From: KevTheGame-Dev <31352416+KevTheGame-Dev@users.noreply.github.com> Date: Thu, 10 Jan 2019 16:26:08 -0500 Subject: [PATCH] Fixed missing image attribute description (#118) Added description for MessageEmbed image attribute. --- disco/types/message.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/disco/types/message.py b/disco/types/message.py index b97a5e0..a613d12 100644 --- a/disco/types/message.py +++ b/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`