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