A Discord bot for tracking the GoobersNFT assets.
node.js
Create an .env file next to app.js.
It should contain:
BOT_TOKEN=<get this from JERisBRISK or roll your own at https://discord.com/developers/applications>
WEB3_PROVIDER_URL=<your ETH mainnet URL from infura>
REFRESH_TIMER_MS=15000
The bot requires the following scope(s):
- bot
Run:
npm start