forked from ChomeNS/chomens-bot-java
fix another hardcoded color i guess
ig i saw this when i made chomens sex bot
This commit is contained in:
parent
5c91070790
commit
e63459d5cc
1 changed files with 1 additions and 1 deletions
|
@ -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())))
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue