Skip to content

Commit

Permalink
Adjust /me message to embolden the display name
Browse files Browse the repository at this point in the history
  • Loading branch information
sciwhiz12 committed Jun 5, 2022
1 parent d4cb65b commit f762b94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/resources/.cache/cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74fdb7c27f390d301aae0116e9bb4da68bcd26a9 assets/concord/lang/en_us.json
20bd9bb55f55017d68f2d5368f3f6f7617f2e7d4 assets/concord/lang/en_us.json
2 changes: 1 addition & 1 deletion src/data/resources/assets/concord/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"command.concord.status.enabled": "ENABLED",
"message.concord.bot.start": "_Discord integration is now active!_",
"message.concord.bot.stop": "_Discord integration is being disabled!_",
"message.concord.command.emote": "* _%s %s_",
"message.concord.command.emote": "* _**%s** %s_",
"message.concord.command.say": "[**%s**] %s",
"message.concord.player.advancement.challenge": "**%s** has completed the challenge **%s**\n_%s_",
"message.concord.player.advancement.goal": "**%s** has reached the goal **%s**\n_%s_",
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tk/sciwhiz12/concord/util/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public enum Messages implements Translation {
SERVER_START("server.start", "1.0.0", "_Server is now started!_"),
SERVER_STOP("server.stop", "1.0.0", "_Server is stopping!_"),
SAY_COMMAND("command.say", "1.0.0", "[**%s**] %s"),
EMOTE_COMMAND("command.emote", "1.1.0", "* _%s %s_"),
EMOTE_COMMAND("command.emote", "1.1.0", "* _**%s** %s_"),
PLAYER_JOIN("player.join", "1.0.0", "**%s** _joined the game._"),
PLAYER_LEAVE("player.leave", "1.0.0", "**%s** _left the game._"),
ADVANCEMENT_TASK("player.advancement.task", "1.0.0", "**%s** has made the advancement **%s**\n_%s_"),
Expand Down

0 comments on commit f762b94

Please sign in to comment.