feat: added basic music controls, added music, added gitlab-ci.yml updated README.md
This commit is contained in:
parent
a9c4fe5da3
commit
8280620091
18 changed files with 553 additions and 73 deletions
|
@ -34,6 +34,7 @@ group = "de.limited_dev.botendo"
|
|||
version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_SHORT_SHA")}-prod" }
|
||||
?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" }
|
||||
?: "DevelopmentBuild"
|
||||
|
||||
val kordver = "0.8.1"
|
||||
val lavaver = "3.8.0"
|
||||
val coroutinesver = "1.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue