Ability to hide command parameters in reply #6001
-
Hello, I was thinking it would be nice in certain situations if there was an ability to hide the command parameters used while still having the bot reply to the base command. For instance, if a user runs a command but they don't want others to see a URL or some sort of input they could have a flag "hidden" set to true and then the bot would still do its thing but not show the parameters. it could show like I know you can delete the reply and follow up or have it be ephemeral and have a follow up but that's not the same thing and I'd still want other users to know what command was run. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
In such cases, you'll want to reply with an initial ephemeral response and send your actual public response as a follow-up message. |
Beta Was this translation helpful? Give feedback.
-
do you have a specific usecase where you'd want the command to be seen, but not the options, and where sending a normal message wouldn't work? |
Beta Was this translation helpful? Give feedback.
-
@appellation , if this is not a feature that would happen then we can mark that as the answer but I'm specifically looking for something that does not do that because I want the command itself to show but not one of the inputs (almost as if it was a password field and it'd come out as |
Beta Was this translation helpful? Give feedback.
-
Closing as this won't be implemented and different workarounds exist. |
Beta Was this translation helpful? Give feedback.
In such cases, you'll want to reply with an initial ephemeral response and send your actual public response as a follow-up message.