Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyv404 committed Feb 14, 2024
1 parent b082353 commit b5959a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ISU : NfApp(), IFshApp {

override fun getAppDescription() = "我的世界玩家状态监控"

override fun getCommands() = arrayOf("-玩家状态", "-有妖怪在线吗", "-桃呢", "-有无妖怪", "-有妖怪在线吗")
override fun getCommands() = arrayOf("-玩家状态", "-有妖怪在线吗", "-桃呢", "-有无妖怪", "-有妖怪在吗")

override fun getOptions() = NfOptions().apply {
addOption("m", "more", false, "获取更多信息")
Expand Down

0 comments on commit b5959a4

Please sign in to comment.