Skip to main content

Embeds Colors Settings Command

About the command

The Embeds Colors Settings Command lets you set the color of the poll embed for each poll state. Because each state can have its own color, members can tell at a glance whether a poll is still open, counting down, or already finished. Colors apply to all new polls on your server.

You can enter a color name (like red, blue, or cyan) or a hex code (like #00FFED). When typing a name, EasyPoll shows matching suggestions.

Quick Overview

  • Command: /settings colors embeds
  • Required Options: state, color
  • Optional Options: None
  • Default Required Permissions: Manage Server

Arguments

OptionDescriptionRequired
stateThe state of the embeds.
colorThe color of the embeds.

Poll states

Each state controls the color of the poll embed in a different situation:

  • Open – a poll without a time limit that is still open for voting
  • Running – a poll with a time limit that is still counting down
  • Closed – a poll that has ended and shows its final results
  • Result – a result message published with /pollresult

Examples

Make running polls green
/settings colors embeds state:Running color:green

Set the closed color with a hex code
/settings colors embeds state:Closed color:#ED4245

tip

Change one state at a time. Run the command again for each state you want to customize.