Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)