Skip to content

latheesan-k/discord-cardano-price-bot

Repository files navigation

Cardano Price Bot

Simple bot for Discord to show Cardano Price in any currency. Powered by CoinGecko public simple price API v3.

Prerequisites

  • Visit https://discord.com/developers/applications and create a new application
  • Copy the CLIENT ID you will need this later
  • Click on Bot on the left sidebar and then click Add Bot
  • On the same page, click Copy under TOKEN you will need this later
  • Optional: npm install -g eslint and run install -g nodemon

Install & Run Bot

  • Clone this repository, copy .env.example as .env
  • Paste your bot token into DISCORD_BOT_TOKEN= in .env file
  • Install the dependencies with npm install
  • Start the bot with npm run dev or npm run start

Add Bot to your Discord Server

Bot Usage

Please note, the bot must be running/online to answer price queries.

  • Type !price btc to see current Cardano ADA price in BTC
  • Type !price to see current Cardano ADA price in GBP (default)

Bot Demo

Bot Demo

About

Simple bot for Discord to show Cardano Price

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published