Change eval command message

This commit is contained in:
7cc5c4f330d47060 2024-07-19 11:36:16 -04:00
parent 8729e60fed
commit c02de94190

View file

@ -3,7 +3,7 @@ const index=require("../../index.js") //Not used in the code, but may be used by
module.exports={
execute: (c)=>{
if(c.type!="console"){
c.reply(textformat("Eval command is currently not available to players in Minecraft"))
c.reply(textformat("Eval command is currently not available to players in Minecraft due to security issues."))
};
try{
console.log(eval(c.args.join(" ")));