Skip to content

Commit

Permalink
[ Jessi-md 4.8.4 ⏱️ ]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaweeshachamodx authored Jan 28, 2024
1 parent d53cf60 commit a5e08d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/downloader-xnxx-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { xvideosSearch, xvideosdl } from '../lib/scraper.js';

let handler = async (m, { conn, args, text, usedPrefix, command }) => {
let chat = global.db.data.chats[m.chat];
if (!chat.nsfw) throw `🚫 This group does not support NSFW content.\n\nTo use premium features contact admin or Register the bot .reg your-name.age`;
if (!chat.nsfw) throw `*🚫 To use premium features Register the bot .register your-name. age*`;
let user = global.db.data.users[m.sender].age;
if (user < 18) throw `❎ You must be 18 years or older to use this feature.`;
if (!text) throw `✳️ What do you want to search?\n📌 Usage: *${usedPrefix + command} <search>*\n\nExample: Cute teen girl or you can use a link as well\nExample: .xvid link *`;
Expand Down

0 comments on commit a5e08d3

Please sign in to comment.