Is there a way to hide this part of the slash command
The part which reports which user used the command
9 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.No
is there any way to have the bot send a message as its own user without that then?
using channel.send, but you still need to reply to your interaction
awesome thank you!
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
its not possible with slash commands. It is possible with regular prefix commands but they have disadvantages, they need the messagecontent intent, there's no such things as ephemeral replies, etc
technically you can reply with an ephemeral and in addition use channel.send
This is what I ended up doing
Thank you
Thank to Everyone for all of your help!