User Installed Context menus #2483
-
I'm quite new to this but how do I make a User Install Context Menu (In the menu when you right-click on a message)?? (Also please provide some example code that I can go off of.) |
Beta Was this translation helpful? Give feedback.
Answered by
MattyTheHacker
Aug 19, 2024
Replies: 1 comment
-
Do you actually mean a user context (right click the user name) or a message context (right click on a message)? The first will give you a user object to work with and the other will give you a message object. The relevant documentation is here: https://guide.pycord.dev/interactions/application-commands/context-menus |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ChickenDevs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you actually mean a user context (right click the user name) or a message context (right click on a message)? The first will give you a user object to work with and the other will give you a message object. The relevant documentation is here: https://guide.pycord.dev/interactions/application-commands/context-menus