diff --git a/src/utils/NSFWDetection.ts b/src/utils/NSFWDetection.ts index 99664ad3..b871efe9 100644 --- a/src/utils/NSFWDetection.ts +++ b/src/utils/NSFWDetection.ts @@ -1,3 +1,5 @@ +import 'dotenv/config'; + export declare type predictionType = { className: 'Drawing' | 'Hentai' | 'Neutral' | 'Porn' | 'Sexy'; probability: number;