Browse Source
[docs] add note for possible Embed.type strings
pull/6669/head
Sebastian Law
4 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
-
discord/embeds.py
|
|
@ -136,6 +136,8 @@ class Embed: |
|
|
|
type: :class:`str` |
|
|
|
The type of embed. Usually "rich". |
|
|
|
This can be set during initialisation. |
|
|
|
Possible strings for embed types can be found on discord's |
|
|
|
`api docs <https://discord.com/developers/docs/resources/channel#embed-object-embed-types>`_ |
|
|
|
description: :class:`str` |
|
|
|
The description of the embed. |
|
|
|
This can be set during initialisation. |
|
|
|