https://github.com/kbve/kbve-bot
Discord moderation and management bot for KBVE
https://github.com/kbve/kbve-bot
Last synced: about 2 months ago
JSON representation
Discord moderation and management bot for KBVE
- Host: GitHub
- URL: https://github.com/kbve/kbve-bot
- Owner: KBVE
- Created: 2016-12-21T03:50:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T03:55:55.000Z (over 9 years ago)
- Last Synced: 2025-03-22T03:23:32.625Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://kbve.com
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kbve-bot
> Discord moderation and management bot for KBVE
## Installation
```sh
$ npm install -g seanc/kbve-bot
```
## Usage
Make sure `.kbvebotrc` is in the same directory when running the command
```sh
$ greeter
```
Example config
```ini
[bot]
token = Mj...
prefix = $
[greet]
message = Hello {{users}}, welcome to KBVE.
threshold = 5
[logging]
channel = 260651293356457984
[groups]
admin = 105120056215625728
```
| Key | Description |
| --------------- | -------------------------------------------------------------------- |
| bot.token | Bot token |
| bot.prefix | Command prefix |
| greet.message | Message format for welcoming users |
| greet.threshold | For every (n) user, welcome them all |
| logging.channel | Channel to log various data to, should be private |
| groups.admin | List of user IDS you want to allow access to administrative commands |
## License
MIT © [Sean Wilson](https://imsean.me)