VACCARIM

VACCARIM

A discord bot that assists you in code completion and custom image generation using openai.

VACCARIM

VACCARIM

A discord bot that assists you in code completion and custom image generation using openai.

The problem VACCARIM solves

BANNER

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

  1. To generate the code

    -v code <coding_question_goes_here>

  2. 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" }

BANNER

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.

Discussion