Browse Source
Fixed missing image attribute description
Added description for MessageEmbed image attribute.
pull/118/head
KevTheGame-Dev
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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` |
|
|
|