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 {