This commit is contained in:
Chayapak 2023-08-18 08:59:40 +07:00
parent 848efd3431
commit 3980f8f96f

View file

@ -48,7 +48,7 @@ public class EvalCommand extends Command {
case "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 -> {
return Component.text("Invalid action").color(NamedTextColor.RED);