nyxx-discord / nyxx_commands

A framework for easily creating slash commands and text commands for Discord using the nyxx library.
Apache License 2.0
13 stars 5 forks source link

Add `private` option to `Context.respond()` #17

Closed abitofevrything closed 2 years ago

abitofevrything commented 2 years ago

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