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.
|
# TODO(TheLovinator): Add default things to the database and make the edible.
|
||||||
default_custom_message: JSONType | str = "{{entry_title}}\n{{entry_link}}"
|
default_custom_message: JSONType | str = "{{entry_title}}\n{{entry_link}}"
|
||||||
default_custom_embed: dict[str, str] = {
|
default_custom_embed: dict[str, str] = {
|
||||||
"title": "{{entry_title}}",
|
|
||||||
"description": "{{entry_text}}",
|
"description": "{{entry_text}}",
|
||||||
|
"author_name": "{{entry_title}}",
|
||||||
"author_url": "{{entry_link}}",
|
"author_url": "{{entry_link}}",
|
||||||
"image_url": "{{image_1}}",
|
"image_url": "{{image_1}}",
|
||||||
"color": "#469ad9",
|
"color": "#469ad9",
|
||||||
|
Reference in New Issue
Block a user