diff --git a/kord-extensions/src/main/kotlin/dev/kordex/core/ExtensibleBot.kt b/kord-extensions/src/main/kotlin/dev/kordex/core/ExtensibleBot.kt index a4821adde..3460bbb2b 100644 --- a/kord-extensions/src/main/kotlin/dev/kordex/core/ExtensibleBot.kt +++ b/kord-extensions/src/main/kotlin/dev/kordex/core/ExtensibleBot.kt @@ -394,7 +394,6 @@ public open class ExtensibleBot( kordRef.launch(interactionCoroutineContext) { try { getKoin().get().handle(event) - } catch (e: Exception) { logger.error(e) { "Exception thrown while handling button interaction event" } }