A bot added to a Discord server to watch for the market cap of the configured coin.
Copy the .env.example
file to .env
. Following is an example of how the .env
file should look like
For now, the only supported CURRENCY
is USD. We will add more options at a later date.
COINMARKETCAP_API_BASE_URL=https://pro-api.coinmarketcap.com
COINMARKETCAP_API_TOKEN=<COINMARKETCAP API KEY>
COIN_ID=terra-luna
CURRENCY=USD
DISCORD_BOT_API_TOKEN=<DISCORD BOT TOKEN>
The bot is available to add via the following:
As usual, you are recommended to verify the link before proceeding.