thumbnailer trigger
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 36s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 36s
This commit is contained in:
@@ -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(' ');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user