Open
Description
Hi,
I've recently set up Diun with Discord notifications and it's been a real life-changer for monitoring tag versions. Thanks for the great job !
Now, in a similar fashion to (now closed) issue #468, I am looking to have short and concise notification messages on Discord.
I was able to customize the message and set the renderFields
option to false
, but I notice on Discord the notification still uses a rather empty Embed :
I would have expected and preferred that by disabling fields rendering, there would only the text message without additional content.
Suggestions:
- Having the
renderFields
option set tofalse
, message builder should skip any Embed - Could also be a new (Discord-)specific option (ie.
textOnly
) if tweaking existing one would appear trickier than expected
Thank you !