Change eval command message
This commit is contained in:
parent
8729e60fed
commit
c02de94190
1 changed files with 1 additions and 1 deletions
|
@ -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(" ")));
|
||||
|
|
Loading…
Reference in a new issue