Skip to content

Commit

Permalink
added more NSFW endpoint hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
prono69 committed Aug 9, 2024
1 parent 879864c commit 3e8f499
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions userbot/helpers/nsfw.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}


Expand All @@ -188,6 +193,7 @@ def nekos(endpoint=None, endpoints=endpoints):
+ endpoints["v4"]["end"]
+ endpoints["v5"]["end"]
+ endpoints["v7"]["end"]
+ endpoints["v8"]["end"]
)


Expand Down

0 comments on commit 3e8f499

Please sign in to comment.