Remove NSFWJS

This commit is contained in:
lilyissillyyy
2026-02-17 17:38:40 -05:00
parent 183424e081
commit d83a1fb2b9
8 changed files with 3 additions and 93 deletions
-8
View File
@@ -256,14 +256,6 @@ client.on('clientReady', async () => {
client.logger.error(`[ADULT SITES] Failed to fetch list\n${err.stack}`);
}
// Set up nsfwjs
try {
await client.tensorflow.loadNSFWJS();
client.logger.info('[NSFWJS] Loaded NSFWJS.');
} catch (err) {
client.logger.error(`[NSFWJS] Failed to load NSFWJS\n${err.stack}`);
}
// Set up face detection
try {
await client.tensorflow.loadFaceDetector();