What is this feature?
I'm trying to develop a bot and I'd like to know how I would make one of these. (see image)
for a bit more context (on desktop) when you click those 3 dots on the right of a message there is that little "apps" context menu
4 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 OPThose are context menus, a type of application command like chat input (slash) commands
I'll mark this as resolved, thank you!