We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd8708 commit fb46c9bCopy full SHA for fb46c9b
content/learn/advanced/custom-interactions/parsing-an-interaction.md
@@ -46,6 +46,13 @@ command on `uno-` as custom ID regex.
46
{{ end }}
47
```
48
49
+{{< callout context="caution" title="Warning: Unique Custom ID" icon="outline/alert-triangle" >}}
50
+
51
+Multiple buttons and menus cannot have the same custom ID in one message. It is a good idea to have a common prefix and
52
+then encode the action the menu or button carries in the custom ID.
53
54
+{{< /callout >}}
55
56
## Parsing Select Menus
57
58
Select menus provide us with a `.Values` slice, which we can use to parse the values selected by the user. This slice is
0 commit comments