An open API service indexing awesome lists of open source software.

https://github.com/patlux/equippr-vip-bot


https://github.com/patlux/equippr-vip-bot

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# equippr-vip-bot

[![ci](https://github.com/patlux/equippr-vip-bot/actions/workflows/ci.yml/badge.svg)](https://github.com/patlux/equippr-vip-bot/actions/workflows/ci.yml)

Equippr bot which collects coins for you.

![20210423-150545_Screenshot](https://user-images.githubusercontent.com/4481570/115875416-7bb39f00-a445-11eb-9cf7-8bc1f05f5095.jpg)

## Setup

1. Copy `.env.example` to `.env`
2. [Get your user token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token) (Warning: Disable 2FA otherwise its not working)
3. Add the user token to `.env`
4. Add a channel id to `.env`

```bash
yarn install
```

## Start

```bash
yarn start
```