A simple, easy to setup, Discord cryptocurrency price tracking tool. It works by periodically updating your bot's nickname with live price. You can track price of any cryptocurrency you want, as long as it's listed on coingecko.
-
Clone the repo:
git clone https://github.com/Omar-Aziz/KryptoBOT -
Rename the
.env.examplefile to.envand update the file with your keys:PREFIX=! CLIENT_ID=your-discord-client-id BOT_TOKEN=your-discord-bot-token DISCORD_SERVER_ID=your-discord-server-id TRACK_PRICE_OF=dogecoin -
Set the value of
TRACK_PRICE_OFto whatever token you want to track the price of, -
Add your bot to your Discord server,
-
Install dependencies:
npm install -
Run the process:
for development:
npm run devfor production, first install pm2, then run:
npm install pm2 -gnpm start
Creating a Discord bot: Guide
Adding your bot to servers: Guide
Have any recommendations or see any issues? Feel free to open an issue and I'll take a look as soon as I can.

