Fix security issue

This commit is contained in:
7cc5c4f330d47060 2024-07-23 15:18:38 -04:00
parent 0acd785a5c
commit 9d9ed14d30

View file

@ -89,6 +89,7 @@ module.exports={
execute:cmds[commandName].execute,
desc:"Alias to "+commandName,
usage:cmds[commandName].usage,
level:cmds[commandName].level,
hidden:true,
consoleIndex:cmds[commandName].consoleIndex
};