manually define kord version bc build broke somehow, also set the datacollection during build arleady
This commit is contained in:
parent
847e46c8ee
commit
d263cf39b9
2 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue