From 3e8f4999e1ad63a4b609a0315b1ce83494892b4b Mon Sep 17 00:00:00 2001 From: prono69 Date: Fri, 9 Aug 2024 21:55:35 +0530 Subject: [PATCH] added more NSFW endpoint hehe --- userbot/helpers/nsfw.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userbot/helpers/nsfw.py b/userbot/helpers/nsfw.py index 671fa0ccda..100ede0acf 100644 --- a/userbot/helpers/nsfw.py +++ b/userbot/helpers/nsfw.py @@ -170,6 +170,11 @@ "api": "https://scathach.redsplit.org/v3/nsfw/", "checker": "url", }, + "v8": { + "end": ["fingering", "lesbian", "pussy", "fuck"], + "api": "https://api.maher-zubair.tech/nsfw/", + "checker": "url", + }, } @@ -188,6 +193,7 @@ def nekos(endpoint=None, endpoints=endpoints): + endpoints["v4"]["end"] + endpoints["v5"]["end"] + endpoints["v7"]["end"] + + endpoints["v8"]["end"] )