A bot that shows exchange rate from TRY to USD and EUR
Discord.js-light - A ligther version of Discord.js,
Free Forex API - Used for currency rates.
Messari.io - Used for Crypto currency rates.
First, clone the git repo. After you download the repo, install all dependencies using npm i
. Then use npm run build
to build the TypeScript source code (requires TypeScript) and use npm start
to start the bot.
Optionally, you could use the npm run pm2
to run it in pm2 (requires pm2).