Is your feature request related to a problem? Please describe.
Currently if the response to a command should be private, users have to check if the context is an interaction context or a message context and respond accordingly with hidden set or by sending a DM to the caller.
Describe the solution you'd like
Add a private option to Context.respond() to send a private response to a command
Is your feature request related to a problem? Please describe. Currently if the response to a command should be private, users have to check if the context is an interaction context or a message context and respond accordingly with
hidden
set or by sending a DM to the caller.Describe the solution you'd like Add a
private
option toContext.respond()
to send a private response to a command