ups
This commit is contained in:
parent
3b020f9503
commit
b182fd2a3f
|
@ -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` ";
|
||||
|
|
Loading…
Reference in New Issue
Block a user