- Create a Discord bot and invite it to your server.
- Create a
.envfile in the root directory of the project or set up the proper environment variables on your deployment environment. Use the.env.examplefile as a template. - Run
pnpm run registerto register your bot commands. - Run
pnpm run devto start the bot.
Any OpenAI compatible API can be used as well. See .env.example for example.