This commit is contained in:
Flummi 2017-03-22 01:34:47 +01:00
parent 3b020f9503
commit b182fd2a3f

View File

@ -12,7 +12,7 @@ module.exports = (lib) => {
};
for(let i = 0; i < args.length; i++) {
params.(args[0].charAt(0) === "!"?not:in).push(args[0]);
params[(args[0].charAt(0) === "!"?"not":"in")].push(args[0]);
}
let query = "select `id`,`username` from `f0ck`.`items` ";