Role Creation
๐ท๏ธ How to Create or Delete Roles
Pluto.exe lets you create or delete server roles directly through a single command โ no need to dig through server settings.
๐จ Create or Delete a Role
Use the /role
command with the following arguments:
action
โ eithercreate
ordelete
role
โ for create, this is the name of the new role; for delete, it's a mention or ID of the existing rolehex_color
(optional) โ set the color of the new role (e.g.#ff5733
)
Create Example:
Delete Example:
๐จ Creating Roles
When creating a role, you can customize the color using a hex value. If no color is specified, the default gray is used.
โ Format must be like
#ff5733
. The bot will reject invalid formats.
๐งน Deleting Roles
You can delete a role by:
Mentioning it (e.g.,
@Muted
)Providing the name or ID
Pluto.exe will confirm deletion and log the action (if a modlog channel is set).
๐ Important Notes
Permissions
You must have the Manage Roles permission to use this command. The bot also needs Manage Roles and a role high enough to edit or delete the target role.
Logging Behavior
If a modlog channel is configured, the bot logs:
Who created/deleted the role
What role was affected
Color used for creation
If no modlog is set, the change still happens, but silently.
Command Visibility
This command always replies privately (ephemeral) to the user executing it.
โ
Summary
Use Pluto.exe to create or delete roles cleanly and quickly, while keeping logs:
Make sure to configure a modlog channel to track changes:
Last updated