Discord bot written in TypeScript.
You can download a ready to deploy docker image over at docker hub. It's simple! Just make sure you have docker installed, copy .env.sample to .env and fill in your secrets and run the following command:
docker run --env-file ./.env chrysalisbot
If you don't want to use docker, just clone the repository and compile from source. Then run the bot on your Node.js instance:
npm run build
npm run start
Using /pony will return a random pony image.