Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haki-xer authored Dec 28, 2024
1 parent 6537576 commit cd05f61
Showing 1 changed file with 52 additions and 64 deletions.
116 changes: 52 additions & 64 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,52 @@
# SHAKA BASE
### HOW CAN YOU INTEGRATE YOUR SESSION ID?:
## 1. visit <a href= "https://github.com/IRON-M4N/pair-example">PAIR EXAMPLE BY IRON M4N</a></b>
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:
πŸ‘‰ <a href = "https://haki.us.kg">H4KI SER</a></br>
πŸ‘‰ <a href = "#">STAR KING</a></br>
πŸ‘‰ <a href = "#">IRON M4N</a></br>
πŸ‘‰ <a href = "#">PARADOXICAL</a></br>

## all rights reserved, made with so much ❀️ by hakiπŸ€
# 🌟 **NIKKA MD** 🌟
> **The Ultimate WhatsApp MD Bot by H4KI XER**
Welcome to **NIKKA MD**, the bot that brings intelligence and style to your WhatsApp automation. Powered by **Nikka Botz Inc**, this bot is crafted for efficiency, fun, and reliability.

---

## πŸ”— **Fork This Repository**
Create your own version and customize NIKKA MD to suit your needs!
[![Fork Now](https://img.shields.io/badge/Fork-Repository-blue?style=for-the-badge)](https://github.com/hakisolos/nikka-md/fork)

---
## GET SESSION
[![here](https://img.shields.io/badge/get-session-blue?style=for-the-badge)](https://nikka-x.onrender.com)

## ⭐ **Star This Project**
Support the development of NIKKA MD by starring the repository!
[![Star Repo](https://img.shields.io/badge/Star-Repository-yellow?style=for-the-badge)](https://github.com/hakisolos/nikka-md)

---

## πŸš€ **Deployment Options**
Deploy **NIKKA MD** on any platform you prefer:

### 1️⃣ **Deploy on Hugging Face**
[![Deploy to Hugging Face](https://img.shields.io/badge/Deploy-Hugging%20Face-orange?style=for-the-badge)](https://huggingface.co)

### 2️⃣ **Deploy on Codespaces**
[![Deploy on Codespaces](https://img.shields.io/badge/Deploy-Codespaces-green?style=for-the-badge)](https://github.com/hakisolos/nikka-md)

### 3️⃣ **Deploy on Panel**
Download the ZIP file and deploy on your preferred panel.
[![Download ZIP](https://img.shields.io/badge/Download-ZIP-red?style=for-the-badge)](https://github.com/hakisolos/nikka-md/archive/refs/heads/main.zip)

### 4️⃣ **Deploy on Render**
[![Deploy on Render](https://img.shields.io/badge/Deploy-Render-purple?style=for-the-badge)](https://render.com)

### 5️⃣ **Deploy on Heroku**
[![Deploy on Heroku](https://img.shields.io/badge/Deploy-Heroku-blueviolet?style=for-the-badge)](https://heroku.com)

---

## 🀝 **Credits**
GOD DID
- **Bot Name**: NIKKA MD
- **Owner**: H4KI XER
- **Company**: Nikka Botz Inc
- **Repository**: [GitHub.com/hakisolos/nikka-md](https://github.com/hakisolos/nikka-md)

---

**Made with ❀️ by H4KI XER and the Nikka Botz Inc team.**

0 comments on commit cd05f61

Please sign in to comment.