mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-06 16:26:31 +00:00
[AB-94] adding templates for show poll command
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Shows information about a server poll
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the server poll you want to see information about
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user