Skip to content

Commit

Permalink
feat: 🎸 文字列リソースを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSheep2804 committed Jul 21, 2023
1 parent c459c73 commit 8bf2fd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ data class CommandResourceData(
val messageErrorMessage: Component = Component.text("A message is required.", NamedTextColor.RED),
val messageErrorPlayerNotFound: String = "<red>The specified player <player> does not exist.",
@Serializable(with = ComponentSerializer::class)
val selenechatErrorSubCommandEmpty: Component = Component.text("empty", NamedTextColor.RED), // TODO: 後で書き直す
val selenechatErrorSubCommandEmpty: Component = Component.text("Argument is missing.", NamedTextColor.RED),
@Serializable(with = ComponentSerializer::class)
val selenechatSuccessReload: Component = Component.text("reloaded!"), // TODO: 書き直す
val selenechatSuccessReload: Component = Component.text("Reloaded!"),
@Serializable(with = ComponentSerializer::class)
val japanizeErrorUnexpectedArgs: Component = Component.text("The argument must be one of [on, off].", NamedTextColor.RED),
val japanizeSuccessCurrentValue: String = "Your Japanize conversion is currently set to <value>.",
Expand Down

0 comments on commit 8bf2fd1

Please sign in to comment.