[AB-94] adding templates for show poll command

This commit is contained in:
Sheldan
2023-09-03 00:20:00 +02:00
parent 3d1ef56aed
commit cca6c9eb9d
6 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
Shows information about a server poll

View File

@@ -0,0 +1,3 @@
Shows all options and the configuration of a server poll.
The options are shown with the current amount of votes in total and percentage amount.
If a member added an option, this is also shown.

View File

@@ -0,0 +1 @@
The ID of the server poll you want to see information about

View File

@@ -0,0 +1,6 @@
Poll ${id} with description: `${description}` started at ${pollCreationDate} and lasts until ${pollTargetDate} and has ${totalVotes} total votes.
Configuration:
Allow multiple: ${allowMultipleStr}
Show decisions: ${showDecisionsStr}
Allow additions: ${allowAdditionsStr}