also which one should i use,..,.,
chip hexgirl or anyoen pls hlep emmemme,,.,.,..
This commit is contained in:
Chayapak 2023-05-25 19:45:05 +07:00
parent 5ec213df39
commit 721a4a46ab

View file

@ -40,7 +40,7 @@ public class CreatorCommand implements Command {
return Component.empty()
.append(Component.text("ChomeNS Bot ").color(ColorUtilities.getColorByString(bot.config().colorPalette().primary())))
.append(Component.text("was created by ").color(ColorUtilities.getColorByString(bot.config().colorPalette().defaultColor())))
.append(Component.text("is created by ").color(ColorUtilities.getColorByString(bot.config().colorPalette().defaultColor())))
.append(Component.text("chayapak").color(ColorUtilities.getColorByString(bot.config().colorPalette().ownerName())));
}
}