A Discord.js bot that converts units and currencies quickly and easily.
- Run
/convertwith the input and unit you want it to be converted to - The script finds the formula for your input and requested unit
- Replies to your message with the result
- Currency conversion rates and data are from ExchangeRate-API. The free plan allows 1.5K requests per month and daily updates with an API key.
- Install the Node.js dependencies (npm install discord.js)
- Download the bot.js file
- Create a config.json file with your bot token and ExchangeRate-API key
- Run the bot (node bot.js)


