muh
This commit is contained in:
parent
36da6b94fc
commit
c530db8959
|
@ -16,6 +16,8 @@ module.exports = (lib) => {
|
|||
}
|
||||
|
||||
query += "limit 1";
|
||||
|
||||
console.log(query);
|
||||
lib.sql.query(query, args, (err, rows, fields) => {
|
||||
if(!err)
|
||||
e.reply("f0ckrnd: "+lib.cfg.main.url+"/"+rows[0].id+" by: "+rows[0].username);
|
||||
|
|
Loading…
Reference in New Issue
Block a user