Skip to content

Commit

Permalink
Merge pull request #6 from mudkipdev/main
Browse files Browse the repository at this point in the history
Update ChatMessages.java
  • Loading branch information
ZakShearman authored Sep 9, 2024
2 parents eef1eb1 + 964426f commit 74248b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/dev/emortal/velocity/lang/ChatMessages.java
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ public interface ChatMessages {
.append(Component.text("ᴍᴄ.ᴇᴍᴏʀᴛᴀʟ.ᴅᴇᴠ", MessageColors.TAB_LIST_FOOTER_IP)).appendNewline()
.append(Component.text("└ ", NamedTextColor.LIGHT_PURPLE))
.append(Component.text("┘ ", NamedTextColor.GOLD))
.appendNewline()
.build();

Args0 DISCORD_COMMAND = () -> MiniMessage.miniMessage().deserialize("<click:open_url:'https://discord.com/invite/TZyuMSha96'><gradient:#7289da:#51629c:#51629c>Click to join our</gradient> <#7289da><bold>Discord</bold><#51629c>!</click>");
Expand Down

0 comments on commit 74248b8

Please sign in to comment.