Finding Roles
The different ways you can specify a role in SlashBot commands.
SlashBot tries its best to find the role you want. You can provide roles in the following formats:
| Format | Example |
|---|---|
| Role ID | 829034236681781339 |
| Role Mention | <@&829034236681781339> |
| Role Name (partial) | Update |
Role Name matching
You can give a partial role name and SlashBot will try to find the matching role. For example, typing Update would match a role named “App Update Pings”.
If SlashBot can't determine the unique role from your input, it will show a select menu so you can pick the correct one.