Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 676 Bytes

Helium Discord Webhook

Helium (HNT) Discord webhook bot that monitors new witnesses and rewards

Install

  • Discord.js
$ npm install discord.js

Update File

  • 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

Run

$ node main.js

image