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.
The easiest and fastest way to get started with development is using the docker-compose file. However, there are some requirements before hand.
- 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.
- Ensure you have docker installed
- 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.
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 is provided in my official discord