https://github.com/patlux/equippr-vip-bot
https://github.com/patlux/equippr-vip-bot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patlux/equippr-vip-bot
- Owner: patlux
- Created: 2021-04-23T13:02:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T07:00:42.000Z (about 4 years ago)
- Last Synced: 2025-03-07T01:47:19.559Z (3 months ago)
- Language: TypeScript
- Size: 283 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# equippr-vip-bot
[](https://github.com/patlux/equippr-vip-bot/actions/workflows/ci.yml)
Equippr bot which collects coins for you.

## 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
```