worker
This commit is contained in:
parent
848efd3431
commit
3980f8f96f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class EvalCommand extends Command {
|
||||||
case "reset" -> {
|
case "reset" -> {
|
||||||
bot.eval.reset();
|
bot.eval.reset();
|
||||||
|
|
||||||
return Component.text("Reset the eval context").color(ColorUtilities.getColorByString(bot.config.colorPalette.defaultColor));
|
return Component.text("Reset the eval worker").color(ColorUtilities.getColorByString(bot.config.colorPalette.defaultColor));
|
||||||
}
|
}
|
||||||
default -> {
|
default -> {
|
||||||
return Component.text("Invalid action").color(NamedTextColor.RED);
|
return Component.text("Invalid action").color(NamedTextColor.RED);
|
||||||
|
|
Loading…
Reference in a new issue