Make author_url be the entry link as default

This commit is contained in:
Joakim Hellsén 2024-07-30 01:17:16 +02:00
commit 0c73848cbc
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9

View file

@ -30,6 +30,7 @@ default_custom_message: JSONType | str = "{{entry_title}}\n{{entry_link}}"
default_custom_embed: dict[str, str] = {
"title": "{{entry_title}}",
"description": "{{entry_text}}",
"author_url": "{{entry_link}}",
"image_url": "{{image_1}}",
"color": "#469ad9",
}