Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilsyaa/velixs-bot
WhatsApp Bot NodeJs Baileys
https://github.com/ilsyaa/velixs-bot
baileys-md wabot-md whatsapp-bot wwebjs
Last synced: 5 days ago
JSON representation
WhatsApp Bot NodeJs Baileys
- Host: GitHub
- URL: https://github.com/ilsyaa/velixs-bot
- Owner: ilsyaa
- Created: 2023-10-07T06:11:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-16T08:07:58.000Z (9 months ago)
- Last Synced: 2024-02-16T09:24:40.082Z (9 months ago)
- Topics: baileys-md, wabot-md, whatsapp-bot, wwebjs
- Language: JavaScript
- Homepage: https://velixs.com
- Size: 76.2 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## **VELIXS-BOT**
### Install
```bat
1. Rename config.example.js ke config.js
2. Buka file config.js ubah yang perlu aja
3. npm install
4. npm start
```### Commands Options
```ts
module.exports = {
name : "menu", // gunakan huruf kecil dan - jangan pake space, harus uniqe
description : "Menu Bot Velixs-Bot", // penjelasan fitur isi bebas// jika anda menghapus baris cmd ini maka commands ini akan berjalan setiap ada pesan masuk tidak peduli apapun pesanya. kamu bisa cek di bagian folder commands/_
cmd : ['help', 'menu'],// option : tambahkan ini untuk menampilkan otomatis ke list menu
menu : {
label : 'translate', // ini untuk grouping sesuai label
example : "_en text_", // ini contoh penggunaan nanti di menu akan seperti !help en text
},options : {
// kamu bisa menambahkan opsi ini jika ingin fitur boleh tidak memaki prefix.
withoutPrefix : true
},run : async({ m, sock}) => {
if(!m.isGroup) return m.reply("Fitur Hanya Bisa di group.")
if(!m.isAdmin) return m.reply("Fitur Hanya Untuk admin.")
if(!m.isBotAdmin) return m.reply("Bot Harus Admin")// any code
}
}
```Masih Dalam Pengembangan 😺
### Thanks âš¡
[Ilsya](https://github.com/ilsyaa)[Velixs](https://velixs.com)
### Star History
[![Star History Chart](https://api.star-history.com/svg?repos=ilsyaa/velixs-bot&type=Date)](https://star-history.com/#ilsyaa/velixs-bot&Date)