claude-memory/graph/solutions/discord-followupsend-doesnt-trigger-mention-notifications-4728ce.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

627 B

id type title tags importance confidence created updated
4728ce74-b308-4ddd-972b-40f28e6ca5e5 solution Discord followup.send() doesn't trigger mention notifications
major-domo
discord.py
fix
mentions
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.