Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-programmers-hangout/judgebot
A Discord bot to manage guild rules, infractions and punishments for guild members that don't play nicely.
https://github.com/the-programmers-hangout/judgebot
bot discord-kt discordbot hacktoberfest kotlin
Last synced: about 12 hours ago
JSON representation
A Discord bot to manage guild rules, infractions and punishments for guild members that don't play nicely.
- Host: GitHub
- URL: https://github.com/the-programmers-hangout/judgebot
- Owner: the-programmers-hangout
- License: mit
- Created: 2020-09-28T15:42:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T20:47:26.000Z (11 months ago)
- Last Synced: 2024-05-28T15:12:53.176Z (6 months ago)
- Topics: bot, discord-kt, discordbot, hacktoberfest, kotlin
- Language: Kotlin
- Homepage: https://theprogrammershangout.com
- Size: 510 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Judgebot
> A Discord bot to manage guild rules, infractions and punishments for guild members that don't play nicely.
# Setup
This bot can be setup and run locally using Docker and Docker-Compose. To start Judgebot locally, do the following:
```
$ cp .env.example .env
```
Edit the .env file with your favourite editor, filling out the token, default prefix and mongo configuration.```
$ docker-compose up --detach
```## Author
👤 **Ddivad**
* Github: [@ddivad195](https://github.com/ddivad195)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/the-programmers-hangout/JudgeBot/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [The Programmers Hangout](https://github.com/the-programmers-hangout).
This project is [MIT](https://github.com/the-programmers-hangout/Taboo/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_