Skip to content

haki-xer/nikka-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHAKA BASE

HOW CAN YOU INTEGRATE YOUR SESSION ID?:

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

plugin creation below

command(
  {
    pattern: "ssweb ?(.*)",
    fromMe: true,
    desc: "screenshots a site",
    type: "misc",
  },
  async (message, match) => {
    })
  }
);

Image url with thumbnail

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,
                },
            },
        });
    }
);

only image

const imageUrl = "https://files.catbox.moe/etg6fk.jpg"; // Replace with your image URL

        await message.client.sendMessage(message.jid, {
            image: { url: imageUrl },
            caption: devInfo,
        });
    }
);

Credits:

👉 H4KI SER
👉 STAR KING
👉 IRON M4N
👉 PARADOXICAL

all rights reserved, made with so much ❤️ by haki🍀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published