This script is run using the baileys library
🌟 Give a star if you like this project
To get started , follow these steps:
- 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
- Navigate to the project directory
cd RPG-Bot
- Install the required dependencies using a package manager like npm or yarn:
npm install
or
yarn install
- Copy configuration file
cp -i src/config.example.js src/config.js
or
Rename src/config.json.example
to src/config.json
-
Fill all configuration file eg. prefix, owner_id on config.js
-
Now start application
npm start
or
node src/index.js
- 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
This project under MIT License