Role Management
Assignable Roles
Base Command: assignableroles | ar
Usage: This sets up and manages the assignable roles that will get added to a user when they use the IAM commands. If you use just the base command with no subcommands, it will print out the current assignable roles
Add/Remove
Command: ar add <rolename>
| ar remove <rolename>
Usage: This will add/remove a role from the assignable roles list if found
iam/iamnot
Command: iam <rolename>
| iamnot <rolename>
Usage: This will add/remove a role to the user invoking the command
Auto Assignable Roles
Base Command: autoassignroles | aar
Usage: This sets up and manages the auto-assignable roles that will get added to a user when first join the guild. If you use just the base command with no subcommands, it will print out the current auto-assignable roles
Add/Remove
Command: aar add <rolename>
| aar remove <rolename>
Usage: This will add/remove a role from the auto-assignable roles list if found