Change embed color to str and set a default one

This commit is contained in:
Joakim Hellsén 2023-01-23 17:38:56 +01:00
commit 8016c57d75
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D
3 changed files with 4 additions and 7 deletions

View file

@ -13,6 +13,7 @@ default_custom_embed: dict[str, str] = {
"title": "{{entry_title}}",
"description": "{{entry_text}}",
"image_url": "{{image_1}}",
"color": "#469ad9",
}