From d591ca8206787d7830e534f8ccc433a9567b862d Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Sat, 14 Oct 2023 14:20:25 +0700 Subject: [PATCH] or ChomeNS Bot --- .../com/github/hhhzzzsss/songplayer/item/SongItemUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/hhhzzzsss/songplayer/item/SongItemUtils.java b/src/main/java/com/github/hhhzzzsss/songplayer/item/SongItemUtils.java index 72b8cc0..5bb1d12 100644 --- a/src/main/java/com/github/hhhzzzsss/songplayer/item/SongItemUtils.java +++ b/src/main/java/com/github/hhhzzzsss/songplayer/item/SongItemUtils.java @@ -37,7 +37,7 @@ public class SongItemUtils { Util.setItemLore(stack, Util.getStyledText("Song Item", Style.EMPTY.withColor(Formatting.YELLOW).withItalic(false)), Util.getStyledText("Right click to play", Style.EMPTY.withColor(Formatting.AQUA).withItalic(false)), - Util.getStyledText("Requires SongPlayer 3.0+", Style.EMPTY.withColor(Formatting.GOLD).withItalic(false)), + Util.getStyledText("Requires SongPlayer 3.0+ or ChomeNS Bot to play", Style.EMPTY.withColor(Formatting.GOLD).withItalic(false)), Util.getStyledText("https://github.com/hhhzzzsss/SongPlayer", Style.EMPTY.withColor(Formatting.GRAY).withItalic(false)) ); }