From a35478e3dfabed76e4ad998f38e098abaa34f481 Mon Sep 17 00:00:00 2001 From: Techno Freak Date: Wed, 8 Nov 2023 13:22:38 +0300 Subject: [PATCH] feat: add end time for tally --- templates/telegram/tally.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/telegram/tally.html b/templates/telegram/tally.html index 77c0fdc..ab62013 100644 --- a/templates/telegram/tally.html +++ b/templates/telegram/tally.html @@ -5,6 +5,7 @@ Proposals on chain {{ $chainName }}: {{ range $tallyInfos }} Proposal #{{ .Proposal.ID }}: {{ .Proposal.Title }} +Ends in: {{ .Proposal.GetTimeLeft }} - Not voted: {{ .GetNotVoted }} - Voted: {{ .GetQuorum }} - Voted "Abstain": {{ .GetAbstained }}