From 5904dc0072d5cd48421fb514d966daab57fa7d25 Mon Sep 17 00:00:00 2001 From: Guimc Date: Sat, 24 Feb 2024 01:37:32 +0800 Subject: [PATCH] feat: homoint: register command --- src/main/kotlin/ltd/guimc/lgzbot/PluginMain.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/ltd/guimc/lgzbot/PluginMain.kt b/src/main/kotlin/ltd/guimc/lgzbot/PluginMain.kt index e54c467..3d9bc39 100644 --- a/src/main/kotlin/ltd/guimc/lgzbot/PluginMain.kt +++ b/src/main/kotlin/ltd/guimc/lgzbot/PluginMain.kt @@ -178,6 +178,7 @@ object PluginMain : KotlinPlugin( registerCommand(HypixelCommand) registerCommand(FbCommand) registerCommand(GithubWebhookSubCommand) + registerCommand(HomoIntCommand) } private fun registerEvents() = PluginMain.globalEventChannel().run {