#Hidden message as a reply to slash command

1 messages · Page 1 of 1 (latest)

indigo canopy
#

Is there a way to send a reply that's only visible to the user that invoked the command? Looking through docs I couldn't find a way to do that. Is it no longer possible?

pastel prawn
#

set ephemeral=True

#

example py await ctx.respond("reply to user only", ephemeral=True)