fix another hardcoded color i guess

ig i saw this when i made chomens sex bot
This commit is contained in:
Chayapak 2023-05-14 10:02:30 +07:00
parent 5c91070790
commit e63459d5cc

View file

@ -143,7 +143,7 @@ public class HelpCommand implements Command {
for (String usage : command.usage()) {
usages.add(
Component.empty()
.append(Component.text(prefix + commandName).color(NamedTextColor.GOLD))
.append(Component.text(prefix + commandName).color(ColorUtilities.getColorByString(bot.config().colorPalette().secondary())))
.append(Component.text(" "))
.append(Component.text(usage).color(ColorUtilities.getColorByString(bot.config().colorPalette().string())))
);