The problem VACCARIM solves
VACCARIM - A PA BOT
- vaccarim is an assistant bot you can use on Discord.
- vaccarim can help you with code completions and generating images using chatgpt, openai's next generation superpower.
- vaccarim can be hosted on Replit, where you can play around with code and build rapid prototypes.
- Click Here to invite vaccarim to your server.
Commands
-
To generate the code
-v code <coding_question_goes_here>
-
To generate an image
-v image <description_of_the_image>
Technologies
// we are using... export const technologies = { 1: "nodejs", 2: "discord.js", 3: "replit", 4: "openai" }
Challenges we ran into
- We created a bot using Discord.js for the first time, so we have to go through the documentation.
- Handling the image embed for the bot was tricky.
- We have to handle the bot crashes with a try-catch block.