topkek
This commit is contained in:
parent
9fa63b06a6
commit
3cbdf4b790
|
@ -36,7 +36,7 @@ module.exports = (lib) => {
|
|||
e.network,
|
||||
Math.floor(new Date() / 1000),
|
||||
0,
|
||||
(cb.info.thumb !== null)?cb.info.thumb:''
|
||||
cb.info.thumb ? cb.info.thumb : ''
|
||||
]).on('result', (result) => {
|
||||
lib.generateThumbs();
|
||||
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']+")");
|
||||
|
|
Loading…
Reference in New Issue
Block a user