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