1. visit PAIR EXAMPLE BY IRON M4N
fork the repo and change prefix and deploy but stuff in config onlyy, then head to index.js and ./lib/session.js and change the prefix to the one you set in the pair example you deployed, pair abd put session id
command(
{
pattern: "ssweb ?(.*)",
fromMe: true,
desc: "screenshots a site",
type: "misc",
},
async (message, match) => {
})
}
);
const imageUrl = "https://files.catbox.moe/flinnf.jpg"; // Developer image
const thumbnailUrl = "https://files.catbox.moe/cuu1aa.jpg"; // Thumbnail image
await message.client.sendMessage(message.jid, {
image: { url: imageUrl },
caption: devInfo,
contextInfo: {
externalAdReply: {
title: "𝞖𝞓𝞙𝞘 𝙎𝞢𝞒 - Developer Info",
body: "About haki",
sourceUrl: "https://haki.us.kg", // Link to website
mediaUrl: "https://haki.us.kg",
mediaType: 4,
showAdAttribution: true,
renderLargerThumbnail: false,
thumbnailUrl: thumbnailUrl,
},
},
});
}
);
const imageUrl = "https://files.catbox.moe/etg6fk.jpg"; // Replace with your image URL
await message.client.sendMessage(message.jid, {
image: { url: imageUrl },
caption: devInfo,
});
}
);
👉 H4KI SER
👉 STAR KING
👉 IRON M4N
👉 PARADOXICAL