Simple question
How is like context menu worth it? like I don't see a much of a need in it but I'm just curious and wanna know how it's better, how it can like make things easier, just anything, thanks
13 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPthere are a lot of uses for context menus, for example making a "Report Message" feature
"Report User", "Userinfo", etc
oh so you rightclick an user and click the context menu button?
yes, you can also do it with messages
with messages?
that's interesting
yeah
is there any guide to set it up along with deploy-commands or
They're also application commands so you'd deploy them as you would with slash commands
but would i register them in commands folder or can i pick different
wouldnt want to have them in slash commands
Then you'd need to change the way your commands are loaded
Also, there's no "better" here, two different things with different use cases
the guide should be using globSync instead of readdirSync tbh
alright, thank y'all