Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitoido/pidor-kt
https://github.com/gitoido/pidor-kt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitoido/pidor-kt
- Owner: gitoido
- License: mit
- Created: 2023-01-16T02:27:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T16:36:46.000Z (about 1 year ago)
- Last Synced: 2024-03-16T21:04:16.843Z (11 months ago)
- Language: Kotlin
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DiscordKt Starter
> A DiscordKt project template.
## Template Structure
This repo gives you a fully working, and extendable bot template with:
- Multi-Guild configuration
- Main with basic configuration
- Docker and Gradle for easy setup## Setup
This bot can be run locally using Docker. To start it locally, do the following:
```
$ cp .env.example .env
```Edit the .env file with your favourite editor, filling out the required keys.
```
$ docker-compose up --detach
```## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check [issues page](https://github.com/the-programmers-hangout/JudgeBot/issues).## 📝 License
This project is [MIT](LICENSE) licensed.