https://github.com/jncrmx/chocobot
Just a small Discord bot.
https://github.com/jncrmx/chocobot
discord discord-bot discordbot java java-application
Last synced: about 2 months ago
JSON representation
Just a small Discord bot.
- Host: GitHub
- URL: https://github.com/jncrmx/chocobot
- Owner: JnCrMx
- License: mit
- Created: 2020-01-31T21:03:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T19:23:40.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T18:41:59.959Z (about 1 year ago)
- Topics: discord, discord-bot, discordbot, java, java-application
- Language: Java
- Size: 499 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChocoBot
ChocoBot is a simple Discord Bot written for only one server in first place, but then made public thanks to [@MGThePro](https://github.com/MGThePro).
## Configuration
```yaml
prefix: 'Prefix the Bot should use for commands'
database:
type: 'sqlite'
path: 'chocobot.sqlite'
reddit:
enabled: whether memes from Reddit are enabled (defaults to true)
username: 'Reddit username'
password: 'Reddit password'
appId: 'Reddit app id'
appSecret: 'Reddit app secret'
discord:
token: 'Discord access token'
github:
enabled: whether GitHub issues are enabled (defaults to true)
privateKey: 'Path to private key file'
appId: GitHub App ID
installationId: ID of App installation
user: 'Username part of repository URL'
repository: 'Repository part of repository URL'
server:
commandChannel: 'ID of channel commands may be used in'
warningChannel: 'ID of channel to post warnings in'
remindChannel: 'ID of channel to post reminds in'
mutedChannels:
- 'IDs of channels that are muted for the subscription system'
operatorRoles:
- 'IDs of roles that are allowed to'
- 'warn, unwarn, use commands everywhere, etc.'
```