By Randy
docker pull ghcr.io/randy-halim/discord-ai-conversation-summary:latest
# copy ".env.example" from the repo to your current working directory as ".env"
# fill out ".env" with your keys as needed
docker run -d \
--env-file .env \
ghcr.io/randy-halim/discord-ai-conversation-summary:latest --register
# profit
- Clone this repo
- Install Node v19.x and npm
- Run
pnpm install
- Copy the
.env.example
file to.env
, fill out the needed values - Run
pnpm run start:register
to register commands - Profit