--- 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.