fix: add discord mention context history

This commit is contained in:
Peter Steinberger
2026-01-01 23:58:35 +01:00
parent 06e379a239
commit 38d8a669b4
6 changed files with 69 additions and 5 deletions

View File

@@ -178,7 +178,8 @@ Configure the Discord bot by setting the bot token and optional gating:
users: ["987654321098765432"] // optional user allowlist (ids)
},
requireMention: true, // require @bot mentions in guilds
mediaMaxMb: 8 // clamp inbound media size
mediaMaxMb: 8, // clamp inbound media size
historyLimit: 20 // include last N guild messages as context
}
}
```