diff --git a/README.md b/README.md index 5223de9..add45e4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ There appears to be an issue where CentOS 7 may not be compatible with some elem | `list (id/mention)` | Lists a user's open and closed tickets. | | `add ` | Add users to the ticket. | | `assign (id/mention)` | Assigns a ticket to a staff member, themself if no mention or id is provided. | -| `rassign` | Randomly assigns a ticket to an active staff member. | +| `rassign (role id/mention/name)` | Randomly assigns a ticket to an active staff member. If a role is provided only staff member with that role are considered. | | `unassign` | Unassigns a ticket from the currently assigned staff member. | | `blacklist ` | Blacklists users from opening tickets. | | `unblacklist ` | Un-blacklists users from opening tickets. |