You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more advanced use, please refer to our official documentation on [selects here.](https://discord-py-slash-command.readthedocs.io/en/latest/components.html#what-about-selects-dropdowns)
145
145
146
+
## Context Menus
147
+
This basic example shows how to add a message context menu.
content=f"Responded! The content of the message targeted: {ctx.target_message.content}",
159
+
hidden=True
160
+
)
161
+
```
162
+
163
+
### Advanced
164
+
For more advanced use, please refer to our official documentation on [context menus here.](https://discord-py-slash-command.readthedocs.io/en/latest/gettingstarted.html#adding-context-menus)
165
+
146
166
--------
147
167
148
168
- The discord-interactions library is based off of API gateway events. If you are looking for a library webserver-based, please consider:
0 commit comments