This is an advanced bot that uses the gpt-4o-mini-realtime model to connect to a voice channel and perform actions on a Discord server based on instructions given to it.
See .env.example for the environment variables the project requires.
- Install PNPM on your machine if you don't have it: https://pnpm.io/installation
- To install the dependencies, use the "pnpm i" command.
- Set up the database with the "pnpm exec drizzle-kit push" command.
- Run the project with the "pnpm start" command.
- Invite the bot to a Discord server: https://youtu.be/4XswiJ1iUaw?si=2kTHLCu91wr4H2IS
- Set the channel the bot will connect to with the "/set" command on the Discord server.
- Join the channel you set up and start asking the bot questions.
If you modify the code, you can use the pnpm exec biome check --write . command to format all the code correctly and improve its readability.
Este es un bot avanzado que hace uso del modelo gpt-4o-mini-realtime para conectarse a un canal de voz y hacer acciones en un servidor de Discord mediante las instrucciones que se le dan.
Ver .env.example para saber las variables de entorno que necesita el proyecto.
- Instale PNPM en su máquina si no lo tiene: https://pnpm.io/installation
- Para instalar las dependencias, use el comando "pnpm i"
- Configure la base de datos con el comando "pnpm exec drizzle-kit push"
- Corra el proyecto con el comando "pnpm start"
- Invite al bot a un servidor de Discord: https://youtu.be/4XswiJ1iUaw?si=2kTHLCu91wr4H2IS
- Configure el canal donde se conectará el bot con el comando "/set" en el servidor de Discord
- Únase al canal que configuró y empiece a hacerle preguntas al bot
Si modifica el código, puede usar el comando pnpm exec biome check --write . para poder formatear todo el código correctamente y mejorar su legibilidad.