https://github.com/bdbch/cordlr-roles
https://github.com/bdbch/cordlr-roles
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdbch/cordlr-roles
- Owner: bdbch
- License: mit
- Created: 2017-03-12T16:39:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T12:45:58.000Z (almost 9 years ago)
- Last Synced: 2025-08-09T03:41:37.460Z (11 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cordlr-Roles
[](https://gitter.im/Devcord/cordlr-roles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Description
Allows users to manually join certain, whitelisted roles via `!addrole`, `!removerole` and `!roles`
Used with [Cordlr-cli](https://github.com/Devcord/cordlr-cli). Check out the [boilerplate](https://github.com/Devcord/cordlr-server-boilerplate) to get started!
## Usage [Read More](https://github.com/Devcord/cordlr-server-boilerplate)
`npm install cordlr-roles --save`
```json
{
"token":"Your BotToken Here",
"prefix":"!",
"loader":"cordlr-loader",
"plugins": [
"cordlr-roles"
],
"cordlr-roles": {
"whitelist": [
"Add your role name here",
"roleName2",
"RoleName3"
]
}
}
```