How do you create this
in discord.js
version 12.5.3
. I mean that Only you can see this
. I know how to send message to a channel using message.channel.send
but how do I send the Only you can see this
message. Thank you
How do you create this
in discord.js
version 12.5.3
. I mean that Only you can see this
. I know how to send message to a channel using message.channel.send
but how do I send the Only you can see this
message. Thank you
- According to reddit./r/discordapp/ments/kqwgqe/… they are related to discord./developers/docs/interactions/application-mands – AKX Commented Oct 2, 2021 at 13:19
- but how do I send it after on message event – Arya Anish Commented Oct 2, 2021 at 13:21
1 Answer
Reset to default 6There is no way of sending these types of "hidden" messages on Discord.js v12, it is feature introduced on v13 on Interactions. Which are related to slash mands and buttons.
Pretty sure you can not send them as it from message
(or messageCreate
) event.
You can read more about Ephemeral responses and maybe work on your implemention of slash mands to your bot