Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-programmers-hangout/suggestionbot
A multi-guild Discord bot to manage suggestions from the community.
https://github.com/the-programmers-hangout/suggestionbot
discord discord-bot discordkt kord kotlin
Last synced: about 14 hours ago
JSON representation
A multi-guild Discord bot to manage suggestions from the community.
- Host: GitHub
- URL: https://github.com/the-programmers-hangout/suggestionbot
- Owner: the-programmers-hangout
- License: mit
- Created: 2021-06-11T20:24:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T18:41:06.000Z (about 2 years ago)
- Last Synced: 2024-05-28T15:12:53.937Z (6 months ago)
- Topics: discord, discord-bot, discordkt, kord, kotlin
- Language: Kotlin
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Suggestion Bot
> A bot to manage suggestions for a Discord Guild.
# 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/SuggestionBot/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/SuggestionBot/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_