Autorole Command
This command allows server administrators to manage autoroles within their server. Users can set up roles that are automatically assigned to new members when they join the server.
/autorole add
Section titled “/autorole add”This command allows users to add a role to the autorole list. When a new member joins the server, they will automatically be assigned this role.
Use the command followed by the role you want to add to the autorole list.
| Parameter | Type | Description | Required | Choices |
|---|---|---|---|---|
| role | Role | The role to add to the autorole list. | Yes | N/A |
/autorole add role:@Member- Adds the “Member” role to the autorole list.
- Users need the “Manage Roles” permission to use this command.
- Users need the “Manage Server” permission to use this command.
/autorole remove
Section titled “/autorole remove”This command allows users to remove a role from the autorole list. The role will no longer be automatically assigned to new members when they join the server.
Use the command followed by the role you want to remove from the autorole list.
| Parameter | Type | Description | Required | Choices |
|---|---|---|---|---|
| role | Role | The role to remove from the autorole list. | Yes | N/A |
/autorole remove role:@Member- Removes the “Member” role from the autorole list.
- Users need the “Manage Roles” permission to use this command.
- Users need the “Manage Server” permission to use this command.
/autorole list
Section titled “/autorole list”This command allows users to list all roles in the autorole list. It displays the roles that will be automatically assigned to new members when they join the server. It has no additional options.