Skip to content

v0.1.4-preview

Choose a tag to compare

@louisho5 louisho5 released this 22 Feb 15:01

What's Changed

New Features

Picobot now works on Discord! Give it a try below :)

Add discord channel by editing config at config.json:

{
  "channels": {
    "discord": {
      "enabled": true,
      "token": "YOUR_DISCORD_BOT_TOKEN",
      "allowFrom": ["YOUR_DISCORD_USER_ID"]
    }
  }
}

For docker, start discord channel with below

docker run -d --name picobot \
  -e OPENAI_API_KEY="your-key" \
  -e OPENAI_API_BASE="https://openrouter.ai/api/v1" \
  -e PICOBOT_MODEL="google/gemini-2.5-flash" \
  -e DISCORD_BOT_TOKEN="MTIzNDU2..." \
  -e DISCORD_ALLOW_FROM="123456789012345678" \
  -v ./picobot-data:/home/picobot/.picobot \
  louisho5/picobot:latest

Full Changelog: v0.1.3-preview...v0.1.4-preview

Thanks so much to all the contributors!