Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Kotlin 1.5.20

DiscordKt 0.22.0-SNAPSHOT


Docker

# 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)_