-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.** |