Helium (HNT) Discord webhook bot that monitors new witnesses and rewards
- Discord.js
$ npm install discord.js
- Discord webhook URL, replace with your own discord webhook url.
const webhook = new WebhookClient({ url: 'DISCORD-WEBHOOK-URL' }); //Add discord webhook url.
- Helium Hotspot ID, replace with your helium hotspot ID. To retrieve locate your hotspot at
https://app.hotspotty.net/hotspots/
const hotspot = '' //Add your hotspot ID
$ node main.js