diff --git a/discorss.py b/discorss.py index a89a06c..1b3df2c 100755 --- a/discorss.py +++ b/discorss.py @@ -54,12 +54,16 @@ def main(): print(feed.entries[0]["published"], published_time, now) # Generate the webhook webhook = { - "content": "RSS Feed Update from " + str(hook["name"]), "embeds": [ { "title": str(feed.entries[0]["title"]), "url": str(feed.entries[0]["link"]), "color": 5814783, + "provider": { + "name": "DiscoRSS", + "url": "https://git.frzn.dev/amr/discorss", + }, + "author": {"name": str(hook["name"]), "url": str(hook["siteurl"])}, "fields": [ { "name": str(feed.entries[0]["title"]),