A Discord bot that fetches and shows token data from Coingecko.
Click here to deploy!
npm run dev
will launch the bot locally, with hot reloading included.
There are a few other scripts provided:
start
: Starts up the bot without hot reloading; used for the Heroku deployment.
First, install the dependencies:
npm install
npm install -D
For the bot to run, it needs these variables, laid out in the .env.sample
file:
DISCORD_API_TOKEN
: Your discord API token. See this guide on how to obtain one.TOKEN_ID
: Your token ID on CoinGecko. (The identifier on the CoinGecko URL of your token).
by imdipul