Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuurahz/base

Lightweight Bot Wa Using Baileys
https://github.com/yuurahz/base

base-bot whatsapp-bot

Last synced: 8 days ago
JSON representation

Lightweight Bot Wa Using Baileys

Awesome Lists containing this project

README

        

yuurahz

## Introduction
> Yoshida is a WhatsApp Bot with many multifunctional features, using Baileys For Free
> - This script is 100% free, which uses the api from [Yoshida-APIs](https://api.yoshida.my.id)
> - Using the module from [@yoshx/func](https://www.npmjs.com/package/@yoshx/func)

## Set in .env
```Javascript
DATABASE_URL = '' // your mongodb database
```

## Install and run
```Javascript
$ npm install
$ npm start
$ node . --db atau --dbv2 //for acces mongodb database
```

## Plugins run command
```Javascript
module.exports = {
run: async (m, {
conn,
text,
participants
}) => {
try {
// your code
} catch (e) {
return conn.reply(m.chat, Func.jsonFormat(e), m)
}
},
help: ['command'],
tags: ['category'],
command: /^(command)$/i,
group: Boolean,
admin: Boolean,
limit: Boolean,
premium: Boolean,
botAdmin: Boolean,
owner: Boolean
}
```

## Plugins Event
```Javascript
module.exports = {
async before(m, {
conn,
body,
isOwner
}) {
try {
// your code
} catch (e) {
return conn.reply(m.chat, Func.jsonFormat(e), m)
}
return true
}
}
```
---------
Wanna see the bot feature? lookout our main bot [Official](https://wa.me/62856400229695?text=.menu)
> Will be increased every time it get new updates
---------
## Requirements
- [x] Server Panel/Vps Minimum Space (1gb)
> The requirements above are the minimum requirements to running the bot. Upgrade it higher for better experience
---------

## 📮 S&K
1. Not For Sale
2. Don't forget give star this repo
3. Don't use this repository wrong!
4. If you have problem chat me in owner number

---------

## Contributor
[![nando](https://github.com/rifnd.png?size=100)](https://github.com/rifnd) | [![Adi](https://github.com/YuuraHz.png?size=100)](https://github.com/YuuraHz) | [![Nurutomo](https://github.com/Nurutomo.png?size=100)](https://github.com/Nurutomo)
----|----|----
[Nando](https://github.com/rifnd) | [Adi](https://github.com/YuuraHz) | [Nurutomo](https://github.com/Nurutomo)
Inspiration | Developer | Author