Make author_name the default instead of title
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user