Categories
Create a Role Category
Adding categories can be done with a simple command:
/category create
Configure a Role Category
/category config
type
: Type that will determine the behavior of the category.component
: Allows you to set a category component to use buttons or private select menu instead of the default select menu.placeholder
: Placeholder text of select menu component.max-options
: Maximum number of selectable options / roles in the select menu / role-button row.min-options
: Minimum number of selectable options / roles in the select menu / role-button row.secret-code
: Custom code that users have to submit to access the category.
Edit Category's Embed
You can edit the embed of the category's message using this command:
/category edit-embed
List Categories
If you need to see a list of the categories, you can do that with:
/category list
Removing a Category
You can remove a category, but doing so will remove all configured roles in this category as well. Roles will stay in your server, but you will need to reassign them to a category.
/category delete
Reorder or Sort Roles in a Category
You can't reorder a category with more than 25 roles.
/category-advanced rearrange
Synchronizing a Category
Since the bot can temporarily disconnect from Discord, role deletions and name changes may not be recognized. If you delete a role or update a role's name, you can update components for that category by using this subcommand:
/category sync
or using the context-menu command:
Right-click or hold category message -> Apps -> Synchronize
Setting a Required Role(s)
Members who don't have the necessary roles set in the category will not be able to select roles from the selected category.
/category-advanced set-required-roles
Moving Categories
If you need to move a category to another channel, use following command:
/category move
Linking Categories
Category linking allows to clear the roles of both - selected category and linked categories with that category. Useful with Unique Get
type.
/category-advanced set-links
Unlinking Categories
Removes all links of the specified category.
/category-advanced reset-links
Supported Color Strings
You can use them to fill out some color
options.
Last updated