From ef11dd51a61d25bc8722cc844358869b00a5369c Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 8 Dec 2024 03:42:07 +0100 Subject: feat: Add query command --- src/main/kotlin/moe/nea/ledger/Ledger.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin/moe/nea/ledger/Ledger.kt') diff --git a/src/main/kotlin/moe/nea/ledger/Ledger.kt b/src/main/kotlin/moe/nea/ledger/Ledger.kt index 5dafe4a..b3afd37 100644 --- a/src/main/kotlin/moe/nea/ledger/Ledger.kt +++ b/src/main/kotlin/moe/nea/ledger/Ledger.kt @@ -108,6 +108,7 @@ class Ledger { LogChatCommand::class.java, MinionDetection::class.java, NpcDetection::class.java, + QueryCommand::class.java, VisitorDetection::class.java, ) di.instantiateAll() -- cgit