Skip to content

Commit

Permalink
[update] /present listの説明文をより正確にする
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Aug 5, 2021
1 parent f3a7cdd commit 14f24b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ class PresentCommand(implicit val ioOnMainThread: OnMinecraftServerThread[IO]) {

object ListSubCommand {
val help: EchoExecutor = EchoExecutor(MessageEffect(List(
"/present list",
" 全てのプレゼントを表示します",
"/present list <ページ数>",
" 全てのプレゼントをページに分けて表示します",
)))

/**
Expand Down

0 comments on commit 14f24b1

Please sign in to comment.