We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6a880 commit ab40d5dCopy full SHA for ab40d5d
common/src/main/kotlin/com/lambda/core/Loader.kt
@@ -24,7 +24,7 @@ object Loader {
24
val runtime: String
25
get() = "${(System.currentTimeMillis() - started).toDuration(DurationUnit.MILLISECONDS)}"
26
27
- val loadables = listOf(
+ private val loadables = listOf(
28
ModuleRegistry,
29
CommandRegistry,
30
RotationManager,
0 commit comments