Fix security issue
This commit is contained in:
parent
0acd785a5c
commit
9d9ed14d30
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue