This is a discord bot me and S-Riches made for our games server. It uses DALL-E Mini to generate images using the Craiyon API. This bot would then immortalise funny quotes from gaming sessions with an (normally very strange looking) image to go along with it.
The bot was launched in March but had to be shutdown at the start of August due to Craiyon moving to a paid subscription model which neither of us wanted to pay for.
Tools Used
- PM2 for running a daemon instance of the application
- EC2 AWS for hosting the discord bot
- Discord.js library for interacting with discord
- ESLint for coding standards
- Node runtime to run the code outside of a browser
- Jest testing library for some non discord js testing