Fix constructor/__proto__ commands existing
This commit is contained in:
parent
3c0f153cc3
commit
b269573ab4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
const fs=require("fs");
|
||||
const Command=require("../util/Command.js");
|
||||
const settings = require("../settings.json");
|
||||
let cmds={};
|
||||
let cmds=Object.create(null);
|
||||
module.exports={
|
||||
load:()=>{
|
||||
module.exports.loadCMD();
|
||||
|
|
Loading…
Reference in a new issue