feat: add discord reaction tool

This commit is contained in:
Peter Steinberger
2026-01-02 00:29:32 +01:00
parent 9180cbe821
commit 7f3113b8d4
7 changed files with 94 additions and 4 deletions

View File

@@ -179,7 +179,8 @@ Configure the Discord bot by setting the bot token and optional gating:
},
requireMention: true, // require @bot mentions in guilds
mediaMaxMb: 8, // clamp inbound media size
historyLimit: 20 // include last N guild messages as context
historyLimit: 20, // include last N guild messages as context
enableReactions: false // allow agent-triggered reactions
}
}
```