diff --git a/plugins/command.js b/plugins/command.js index 2cae7c3..f83f276 100755 --- a/plugins/command.js +++ b/plugins/command.js @@ -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();