Skip to content

RPG-Bot is WhatsApp Bot Using Baileys WhatsApp Web API

License

Notifications You must be signed in to change notification settings

udeannn/RPG-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPG Bot WhatsApp By UdeanDev

This script is run using the baileys library

🌟 Give a star if you like this project

JavaScript NodeJS

Requirements

Installation

To get started , follow these steps:

  1. Clone this repository to your local machine using the following command *make sure you have installed git and nodejs on your mechine:
git clone https://github.com/udeannn/RPG-Bot
  1. Navigate to the project directory
cd RPG-Bot
  1. Install the required dependencies using a package manager like npm or yarn:
npm install 

or

yarn install 
  1. Copy configuration file
cp -i src/config.example.js src/config.js

or
Rename src/config.json.example to src/config.json

  1. Fill all configuration file eg. prefix, owner_id on config.js

  2. Now start application

npm start

or

node src/index.js

Notes

  • If you want log out your bot from yout device you must delete session folder
  • You can help me add case by doing pull requests.
  • You can see the RPG game guide here RPG Guide

License

This project under MIT License

Special Thanks

Support

Releases

No releases published

Packages

No packages published