style: remove unnecessary period from telegram message template

This commit is contained in:
Prad Nukala 2024-10-02 04:36:14 -04:00
parent 3d17feef0a
commit aaea70786b

View File

@ -137,5 +137,5 @@ announce:
telegram:
enabled: true
chat_id: -1002222617755
message_template: "__*New Sonr Release*__ *{{.Tag}}* is out."
message_template: "__*New Sonr Release*__ *{{.Tag}}* is out"
parse_mode: MarkdownV2