Skip to content

Commit

Permalink
Test bot: Kord stacktrace recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Nov 3, 2024
1 parent edeb818 commit 4f44cd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-bot/src/main/kotlin/dev/kordex/test/bot/TestBot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ public suspend fun main() {
devMode = true
koinLogLevel = Level.DEBUG

kord {
stackTraceRecovery = true
}

about {
ephemeral = false

Expand Down

0 comments on commit 4f44cd8

Please sign in to comment.