A simple bot that can be used to gather cryptocurrency metrics and publish it to a Discord channel.
- Clone repo
- Run
npm install
- Add environment variables and Discord Bot credentials to
.env
file - Run
node index.js
BOT_TOKEN
: Token assigned to your Discord Bot upon creation.COINGECKO_TOKEN_ID
: ID used by CoinGecko to identify the cryptocurrency.COIN_TICKER
: Ticker assigned to the cryptocurrency.CHANNEL_ID
: The ID of the channel you wish to publish the metrics in.