https://github.com/asoji/aviation-template
https://github.com/asoji/aviation-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asoji/aviation-template
- Owner: asoji
- License: mit
- Created: 2024-06-09T07:27:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T07:55:46.000Z (12 months ago)
- Last Synced: 2025-02-15T04:28:18.686Z (3 months ago)
- Language: Kotlin
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aviation Discord Bot Template
This is just a personal template I've made to try to speed up the process of making a discord bot using [CephalonCosmic's Aviation framework](https://gitlab.com/artrinix/discord/aviation).
## Libraries used
- [Aviation](https://gitlab.com/artrinix/discord/aviation)
- [Exposed](https://github.com/JetBrains/Exposed)
- [JDA](https://github.com/discord-jda/JDA)
- [JDA-KTX](https://github.com/MinnDevelopment/jda-ktx)
- [KToml](https://github.com/akuleshov7/ktoml)
- [Ktor](https://github.com/ktorio/ktor)
- [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines)
- [kotlinx.json](https://github.com/Kotlin/kotlinx.serialization)
- [kotlin-logging](https://github.com/oshai/kotlin-logging)
- [Logback](https://github.com/qos-ch/logback)
- [Reflections](https://github.com/ronmamo/reflections)
- [SLF4J](https://github.com/qos-ch/slf4j)## License
This project is under the [MIT license](LICENSE).