This commit is contained in:
Flummi 2017-03-22 00:12:26 +01:00
parent 36da6b94fc
commit c530db8959

View File

@ -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);