Feature: Reference Bots (modbot, welcomebot, auditbot) #55
Labels
No labels
area:api
area:core
area:docs
area:infra
area:ux
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
rust
status:complete
status:partial
status:planned
type:bug
type:design
type:feature
type:infra
type:refactor
type:refactor
type:research
type:ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
icub3d/decentcom#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrated from GitHub issue icub3d/decentcom#77
Original Author: @icub3d
Original Date: 2026-04-17T21:42:41Z
Feature: Reference Bots (modbot, welcomebot, auditbot)
Overview
Ship three reference bots under `tools/bots/` that demonstrate correct use of the bot SDK, provide working tooling for common server needs, and set the pattern third-party developers can follow.
Background
Per #68 and the bot-framework discussion: bots are the right tool for moderation beyond simple rate limits, onboarding, and audit/observability. Reference bots give open-server admins day-one tooling, validate the SDK against real use cases, and raise the quality bar for the third-party ecosystem.
Requirements
Design
Each bot is an independent crate that uses the SDK (#76). Bots share no state; each is deployable on its own.
Component Changes
Task List
Phase 1: welcomebot (simplest, validates the SDK end-to-end)
Phase 2: modbot
Phase 3: auditbot
Test List
Open Questions
Dependencies