#Ephemeral message not working in some extensions/cogs?
1 messages · Page 1 of 1 (latest)
if you are deferring the command before you use ctx.send, you need to also set the defer to ephemeral with ctx.defer(ephemeral=True)
u may also have auto-defer enabled in which case idk how to fix that, cause i believe it defers after a certain amount of time if the interaction hasnt been responded to yet