Skip to content

Releases: exterminathan/CreatorBot

v1.0.0 - Initial Release

24 Apr 20:55

Choose a tag to compare

First public release of CreatorBot — a Discord persona bot framework that posts
AI-generated messages as a configurable character via webhooks, making responses
appear as a regular user in chat rather than a bot account.

What's included

  • AI persona system — define a character's bio, writing style, vocabulary, and
    example messages in data/persona.json; the bot stays in character across all
    interactions
  • Webhook posting — messages appear from a custom display name and avatar, not
    a bot tag
  • Web admin panel — password-protected browser UI at /admin for managing
    channels, forms, and permissions without touching the CLI
  • Slash commands/bot, /mod, /giveaway, and /form command groups with
    full admin control
  • GCP Cloud Run deployment — one-command deploy via scripts/deploy.sh;
    optional GCS-backed persistent state for zero-downtime container restarts
  • Full offline test suite — 192 pytest tests, no Discord or Gemini connection
    required; CI runs on every push

Getting started

See the README for setup
instructions. Requires a GCP project and a Discord application.