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

13 lines
627 B
Markdown

---
id: 4728ce74-b308-4ddd-972b-40f28e6ca5e5
type: solution
title: "Discord followup.send() doesn't trigger mention notifications"
tags: [major-domo, discord.py, fix, mentions]
importance: 0.7
confidence: 0.8
created: "2026-01-28T21:45:46.905752+00:00"
updated: "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.