Skip to content

auto converts currencies sent in messages to a servers targeted currency

License

Notifications You must be signed in to change notification settings

CoasterFan5/currency-translator-bot

Repository files navigation

currency-translator-bot

A simple discord bot that provides context related to currencies within discord servers, attempting to help members gain a better understanding of someone's message despite difference in currency.

Getting started with development

The easiest and fastest way to get started with development is using the docker-compose file. However, there are some requirements before hand.

  1. Head over to Discord's developer protal and get yourself a bot token for development. You will also need to invite this bot to a server with and give it appropriate permissions.
  2. Ensure you have docker installed
  3. Install node modules and generate prisma schema
npm i -g pnpm
pnpm install
npx prisma generate

Now, you can start the docker containers to begin development.

docker-compose up

This will create the required database and also start the bot.

Hosting

For hosting the bot, the easiest way is to create a postgres database somewhere, get a connection string for a database, and then run the docker file. If you need more specific hosting help, please see the support section.

Support

Support is provided in my official discord

About

auto converts currencies sent in messages to a servers targeted currency

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published