Make author_name the default instead of title

This commit is contained in:
2024-07-30 02:05:07 +02:00
parent dc46a402eb
commit 4def6792a0

View File

@ -16,8 +16,8 @@ data_dir: str = user_data_dir(appname="discord_rss_bot", appauthor="TheLovinator
# TODO(TheLovinator): Add default things to the database and make the edible.
default_custom_message: JSONType | str = "{{entry_title}}\n{{entry_link}}"
default_custom_embed: dict[str, str] = {
"title": "{{entry_title}}",
"description": "{{entry_text}}",
"author_name": "{{entry_title}}",
"author_url": "{{entry_link}}",
"image_url": "{{image_1}}",
"color": "#469ad9",