chore: oops

This commit is contained in:
2023-08-18 15:40:55 +02:00
parent c57db2e3ee
commit f4d759e9a8
2 changed files with 26 additions and 739 deletions

View File

@@ -8,8 +8,6 @@ import youtubenotifications from './util/youtubenotifications.js';
import { setIntervalAsync } from 'set-interval-async';
import birthdays from './util/birthdays.js';
import minecraftstatus from './util/minecraftstatus.js';
import * as tf from '@tensorflow/tfjs-node'
import * as nsfw from 'nsfwjs'
import axios from 'axios';
// import giveawaychecker from './util/giveawaychecker.js';
@@ -92,9 +90,6 @@ client.on('ready', async () => {
}
});
tf.enableProdMode()
export const nsfwModel = await nsfw.load()
export const scamLinks = await axios.get('https://api.hyperphish.com/gimme-domains').then(res => res.data as Array<string>)
client.login(process.env.TOKEN);

760
yarn.lock

File diff suppressed because it is too large Load Diff