Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 870 Bytes

BUILDING.md

File metadata and controls

20 lines (17 loc) · 870 Bytes

Requirements

  • MySQL Database

Building

    1. Clone this project
    1. Open terminal / command prompt / powershell
    1. Use the command npm install -g yarn
    1. Open the cloned project in explorer
    1. Copy example.env file's contents
    1. Create new file called .env
    1. Paste example.env file's contents in the .env file. Edit the options.
    1. Go to src/jsons/config.json and paste your bot token in the token place.
    1. Paste list of id of owners.
    1. Go to channels.json and configure them.
    1. Go to partners.json and configure them.
    1. Go to roles.json and configure them.
    1. Install packages using the command yarn in the terminal / command prompt / powershell opened in the project folder.
    1. Start the bot using the command yarn start in the same terminal / command prompt / powershell.