Poll Role
A poll is a menu created by CatCore that lets your members assign roles to themselves. Members must have the Manage Roles
permission to create and edit polls.
Poll Role Add
Slash Command
/poll add-role <poll> <role> <description>?
arg | type | use |
---|---|---|
poll | Poll | The poll to add the role to |
role | Role | The role to add to the poll |
description | String? | The role’s description in the menu (defaults to the role’s name) |
This command will add a role to a poll. If the role is already in the poll it cannot be added again. To update roles run /poll remove-role
and re-add it.
Poll Role Remove
Slash Command
/poll add-role <poll> <role>
arg | type | use |
---|---|---|
poll | Poll | The poll to add the role to |
role | Role | The role to add to the poll |
This command will remove a role from a poll. To re-add the role run /poll add-role
.