fix random & search

This commit is contained in:
Flummi
2022-05-06 17:29:55 +02:00
parent f5737e6f49
commit 155d496592
7 changed files with 19 additions and 17 deletions

View File

@ -24,7 +24,7 @@ export default async bot => {
if(rows.length === 0)
return e.reply("nothing found, f0cker");
return e.reply(`f0ckrnd: ${cfg.main.url}/${rows[0].id} by: ${rows[0].username} (${rows[0].mime}, ~${lib.formatSize(rows[0].size)})`);
return e.reply(`f0ckrnd: ${cfg.main.url.full}/${rows[0].id} by: ${rows[0].username} (${rows[0].mime}, ~${lib.formatSize(rows[0].size)})`);
}
}];
};