manually define kord version bc build broke somehow, also set the datacollection during build arleady
This commit is contained in:
parent
847e46c8ee
commit
d263cf39b9
@ -32,12 +32,12 @@ dependencies {
|
|||||||
|
|
||||||
kordEx {
|
kordEx {
|
||||||
kordExVersion = "2.2.1-SNAPSHOT"
|
kordExVersion = "2.2.1-SNAPSHOT"
|
||||||
|
kordVersion = "0.16.0-SNAPSHOT"
|
||||||
jvmTarget = 21
|
jvmTarget = 21
|
||||||
|
|
||||||
bot {
|
bot {
|
||||||
// See https://docs.kordex.dev/data-collection.html
|
// See https://docs.kordex.dev/data-collection.html
|
||||||
dataCollection(DataCollection.Standard)
|
dataCollection(DataCollection.None)
|
||||||
|
|
||||||
mainClass = "dev.jansel.feixiao.AppKt"
|
mainClass = "dev.jansel.feixiao.AppKt"
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,6 @@ val logger = KotlinLogging.logger { }
|
|||||||
suspend fun main() {
|
suspend fun main() {
|
||||||
val bot = ExtensibleBot(token) {
|
val bot = ExtensibleBot(token) {
|
||||||
database(true)
|
database(true)
|
||||||
dataCollectionMode = DataCollection.None
|
|
||||||
extensions {
|
extensions {
|
||||||
add(::EventHooks)
|
add(::EventHooks)
|
||||||
add(::StreamerCommand)
|
add(::StreamerCommand)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user