#ephemeral not working in defer
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
use ctx.defer(ephemeral=True)
thx good sir

1 messages · Page 1 of 1 (latest)
async def abc(ctx: SlashContext):
await ctx.defer()
await asyncio.sleep(10)
await ctx.send("waited", ephemeral=True)```
why is the msg sent publicly?
Hey! Once your issue is solved, press the button below to close this thread!
use ctx.defer(ephemeral=True)
thx good sir
