This bot is used for moderation, welcome, role and leveling.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js
To install Maison-Ghost-Bot, follow these steps:
- Clone the main repository.
- Run
yarn
in the folder to install all required packages - Create a
.env
file as the example file.
To use Maison-Ghost-Bot, follow these steps:
- Follow the installation instructions
- Run
yarn build
in the folder to build the bot. - Run
yarn start
in the folder to start the bot.
To contribute to Maison-Ghost-Bot, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
This project uses the following license: GPL-3.0 License