Skip to content

Commit

Permalink
feat: homoint: register command
Browse files Browse the repository at this point in the history
  • Loading branch information
guimc233 committed Feb 23, 2024
1 parent ef81b17 commit 5904dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/ltd/guimc/lgzbot/PluginMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ object PluginMain : KotlinPlugin(
registerCommand(HypixelCommand)
registerCommand(FbCommand)
registerCommand(GithubWebhookSubCommand)
registerCommand(HomoIntCommand)
}

private fun registerEvents() = PluginMain.globalEventChannel().run {
Expand Down

0 comments on commit 5904dc0

Please sign in to comment.