commit
3b6bfe2eac
|
@ -39,7 +39,7 @@ module.exports = (lib) => {
|
||||||
(cb.info.thumb !== null)?cb.info.thumb:''
|
(cb.info.thumb !== null)?cb.info.thumb:''
|
||||||
]).on('result', (result) => {
|
]).on('result', (result) => {
|
||||||
lib.generateThumbs();
|
lib.generateThumbs();
|
||||||
e.reply(lib.cfg.main.url+"/"+result.insertId+" - "+cb.info.title+" ("+cb.info.mime+", ~"+lib.formatSize(cb.size)+") from "+cbgu['nick']+" ("+cbgu['username']+"@"+cbgu['hostname']+")");
|
e.reply(lib.cfg.main.url+"/"+result.insertId+" - "+cb.info.title+" ("+cb.info.mime+", ~"+lib.formatSize(cb.size)+") by "+cbgu['nick']+" ("+cbgu['username']+"@"+cbgu['hostname']+")");
|
||||||
}).on('error', (msg) => {
|
}).on('error', (msg) => {
|
||||||
e.reply(msg);
|
e.reply(msg);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user