Skip to main content

Poll Result Command

About the command

The Poll Result Command posts the final results of a closed poll as a fresh message. It's great for sharing outcomes in an announcement channel or highlighting an important vote without pointing people back to the original poll.

The result message shows the question, all answers, and the vote distribution, but no voting buttons, so it's a read-only summary. You can add your own text above it and choose which channel it goes to.

Quick Overview

  • Command: /pollresult
  • Required Options: id
  • Optional Options: text, channel
  • Default Required Permissions: Manage Server

Arguments

OptionDescriptionRequiredDefaultLimitations
idThe ID of the poll or message to publish the result of.
textWhich text should appear above the published poll result?2000 characters
channelThe channel to publish the result to.Current channel
Finding the poll

You can pass either the poll ID (shown in the footer of every poll) or the message ID of the poll message. While typing, EasyPoll suggests your server's closed polls, so you can pick one from the list.

info

The poll must be closed before its results can be published. If a poll is still running, close it first with /closepoll. With its publish_result option you can close the poll and publish the result in one step. You can publish the results as often as you like, for example once in the original channel and again in an announcements channel.

Examples

Publish the result in the current channel
/pollresult id:EcXPpbDJLE

Publish with a message in another channel
/pollresult id:EcXPpbDJLE channel:#announcements text:Thanks everyone for voting, here are the final results!