- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
627 B
627 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 4728ce74-b308-4ddd-972b-40f28e6ca5e5 | solution | Discord followup.send() doesn't trigger mention notifications |
|
0.7 | 0.8 | 2026-01-28T21:45:46.905752+00:00 | 2026-01-28T21:45:46.905752+00:00 |
Webhook-based interaction.followup.send() messages don't trigger Discord mention notifications even with proper allowed_mentions settings. Fix: use channel.send() for content with mentions, and send ephemeral followup to satisfy interaction response requirement. Also need defer(ephemeral=True) for followup to be ephemeral.