1
0
Fork 0
mirror of synced 2024-05-29 16:59:42 +12:00

Created Roles (markdown)

Dan Hess 2016-08-21 20:03:11 -05:00
parent 6741c04312
commit fc189ee013

34
Roles.md Normal file

@ -0,0 +1,34 @@
`!(role|roles)`
```
Provide all roles available on this server
```
### Subcommands ###
`remove [members]`
```
Remove role(s) from all members mentioned, if no members are mentioned, then the bot will first ask to mention all members these roles are meant to be removed from
Then the bot will provide a printout of the roles on the server, and ask which ones you want to remove from each member
```
`add [members]`
```
Exactly the same as remove roles, except we're adding instead
```
`delete [role]`
```
Deletes a role from the server. If no role is provided, a list will be provided that you can choose from
```
`create`
```
This command can be used to create a new role for this server
A prompt will follow asking what settings you would like for this new role
The bot will then ask if you'd like to set anyone to use this role
```