feat: rewrite as moderation bot #11

Merged
naomi merged 3 commits from feat/modbot into main 2026-03-24 20:35:26 -07:00

3 Commits

Author SHA1 Message Date
hikari b6e21f310b chore: disable strictPeerDependencies
Node.js CI / CI (pull_request) Successful in 27s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 55s
2026-03-24 20:22:08 -07:00
hikari 679f46c967 feat: pre-fetch guild members on boot
Node.js CI / CI (pull_request) Failing after 14s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 51s
2026-03-24 20:20:21 -07:00
hikari 76e559876b feat: rewrite as moderation bot (Keiko)
Node.js CI / CI (pull_request) Failing after 15s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 54s
Replaces the old AI companion bot with a full Discord moderation system.

Commands: warn, mute, unmute, kick, softban, ban, unban, prune
Logging: member join/leave, activity (messages/threads/voice), mod actions
Audit log: captures manual bans, kicks, timeouts, and unbans
Sanctions: posts to Hikari sanction API for all applicable actions

All commands are ephemeral and use Components v2. Permission and role
hierarchy checks are enforced on every applicable command.
2026-03-24 20:15:41 -07:00