Files
Breehavior-Monitor/cogs
AJ Isaacs 3261cdd21c Fix proactive replies appearing before the triggering message
Proactive replies used channel.send() which posted standalone messages
with no visual link to what triggered them. Now all replies use
message.reply() so the response is always attached to the source message.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 13:35:40 -05:00
..