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