thumbnailer trigger
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 36s

This commit is contained in:
Flummi
2023-05-03 01:16:53 +02:00
parent 8e02892df0
commit 223c8893df
2 changed files with 44 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ export default async bot => {
const tmpc = await lib.countf0cks();
await e.reply(`tagged: ${tmpc.tagged}; untagged: ${tmpc.untagged}; sfw: ${tmpc.sfw}; nsfw: ${tmpc.nsfw}; total: ${tmpc.total}`);
break;
case "autotagger":
/*case "autotagger":
const body = { headers: { Authorization: `Basic ${cfg.tagger.btoa}` } };
const res = await (await fetch(`${cfg.tagger.endpoint}/usage`, body)).json();
if(res) {
@@ -69,7 +69,7 @@ export default async bot => {
return await e.reply(`autotagger: usage/limit: ${processed}/${limit}`);
}
return;
break;
break;*/
/*case "renameTag":
const origTag = e.args.slice(1).join(' ');