https://github.com/alien-alfa/pinky
https://github.com/alien-alfa/pinky
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alien-alfa/pinky
- Owner: Alien-Alfa
- Created: 2022-02-25T00:29:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T15:13:47.000Z (about 4 years ago)
- Last Synced: 2025-08-03T22:46:37.885Z (11 months ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Thanks for Everything
### We will always remember you..
Project created by afnanplk to make it public
| © |
Reserved |
----
### NO ERROR DEPLOY
```
for easy deploy fork this repo & add the given link in your readme by changing repository link - [](https://heroku.com/deploy?template=your repository link here)
```
## F.A.Q
Answer a few frequently asked questions;
### Can you read my messages?
This project is open source so all the codes are clear. Neither less nor more; you can look what you want. **We absolutely do not have access to your accounts.**
### What about our security?
If you are concerned about security, you can install it on your own computer. If you think someone else has captured your data, simply click on **Whatsapp> Three Dots> Whatsapp Web> Logout** from all sessions button.
### Is it paid?
**Of course not.** It will never happen. But you can donate to us. You can reach me via [Telegram](https://t.me/fusuf) .
### ⚠️ Warning!
```
Due to Userbot; Your WhatsApp account may be banned.
This is an open source project, you are responsible for everything you do.
Absolutely, Asena executives do not accept responsibility.
By establishing the Asena, you are deemed to have accepted these responsibilities.
```
## Developers
[](https://github.com/farhan-dqz) | [](https://github.com/AI-VIKI) | [](https://github.com/afnanplk)
----|----|----
[farhan-dqz](https://github.com/farhan-dqz) | [TOXIC4L!3N](https://github.com/AI-VIKI) | [afnanplk](https://github.com/afnanplk)
Base, Bug Fixes, Modules | Modifiying as public | Bug Fixes, Modules
## License
This project is protected by `GNU General Public Licence v3.0` license.
### Disclaimer
`WhatsApp` name, its variations and the logo are registered trademarks of Facebook. We have nothing to do with the registered trademark
### thanks for your help and support guys
`saidalli, amal ser, ichu, karthik, lyf, farhan, ihsan, hyper, muhsin, sahal, cherry 🥰🥰, plk`
### when forking
```
add your own heroku button
example :
[](https://heroku.com/deploy?template=your repository link here)
change it into your repo link
```
```
If you want add bgm (voice auto reply),sticker (auto reply)
create 3 files name them bgmone,bgmtwo,stick
upload your mp3/sticker to created folder
open plugins/filter.js , change path
for bgm one
change line 133 in filter.js to
await message.client.sendMessage(message.jid, fs.readFileSync('./bgmone/' + a + '.mp3'), MessageType.audio, { mimetype: Mimetype.mp4Audio, quoted: message.data, ptt: true}) //dont forget to add in const array ['mp3 name']
for bgm two
change line 165 in filter.js into
await message.client.sendMessage(message.jid, fs.readFileSync('./bgmtwo/' + a + '.mp3'), MessageType.audio, { mimetype: Mimetype.mp4Audio, quoted: message.data, ptt: true}) //dont forget to add in const array ['mp3 name']
for sticker
change line 193 in filter.js
await message.client.sendMessage(message.jid, fs.readFileSync('./stick/' + a + '.mp3'), MessageType.audio, { mimetype: Mimetype.mp4Audio, quoted: message.data, ptt: true}) //dont forget to add in const array ['sticker name']
```