diff --git a/build.gradle.kts b/build.gradle.kts index f3a0b17..ff252cd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,12 +32,12 @@ dependencies { kordEx { kordExVersion = "2.2.1-SNAPSHOT" - + kordVersion = "0.16.0-SNAPSHOT" jvmTarget = 21 bot { // See https://docs.kordex.dev/data-collection.html - dataCollection(DataCollection.Standard) + dataCollection(DataCollection.None) mainClass = "dev.jansel.feixiao.AppKt" } diff --git a/src/main/kotlin/dev/jansel/feixiao/App.kt b/src/main/kotlin/dev/jansel/feixiao/App.kt index 32e3ca4..f1ddbde 100644 --- a/src/main/kotlin/dev/jansel/feixiao/App.kt +++ b/src/main/kotlin/dev/jansel/feixiao/App.kt @@ -23,7 +23,6 @@ val logger = KotlinLogging.logger { } suspend fun main() { val bot = ExtensibleBot(token) { database(true) - dataCollectionMode = DataCollection.None extensions { add(::EventHooks) add(::StreamerCommand)