Context Menu Commands
How to make context menu commands with Pycord - detailed explanation with examples.
Last updated
Was this helpful?
How to make context menu commands with Pycord - detailed explanation with examples.
Last updated
Was this helpful?
This guide has been moved to . Please visit the new guide instead, since this one might be outdated.
The new guide looks better, has better explanations, and is way better overall.
When you right click a message, you may see a option called "Apps". Hover over it and you can see commands a bot can run with that message. These are called message commands.
When you right click a message in the user list, you can once again see an option called "Apps". Hover over it and you can see commands a bot can run with that message. These are called user commands.
Very Simple!
If you want to make the command global, remove guild_ids. Note that global application commands can take up to an hour to register.
Similar to user commands,
Docs:
Docs: