style fix: i forgor the color change
This commit is contained in:
parent
159cb8ce11
commit
c0909d54aa
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class CloopCommand extends Command {
|
|||
|
||||
return Component.translatable(
|
||||
"Removed cloop %s",
|
||||
Component.text(cloop.command()).color(ColorUtilities.getColorByString(bot.config.colorPalette.number))
|
||||
Component.text(cloop.command()).color(ColorUtilities.getColorByString(bot.config.colorPalette.string))
|
||||
).color(ColorUtilities.getColorByString(bot.config.colorPalette.defaultColor));
|
||||
} catch (IndexOutOfBoundsException | IllegalArgumentException | NullPointerException ignored) {
|
||||
throw new CommandException(Component.text("Invalid index"));
|
||||
|
|
Loading…
Reference in a new issue