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 67a4611 commit 66ae58dCopy full SHA for 66ae58d
docs/components.rst
@@ -140,3 +140,5 @@ Yep we support those too. You use them much the same as buttons. You can only ha
140
async def on_component(ctx: ComponentContext):
141
# ctx.selected_options is a list of all the values the user selected
142
await ctx.send(content=f"You selected {ctx.selected_options}")
143
+
144
+Additionally, you can pass `description` as a keyword-argument for `create_select_option()` if you so wish.
0 commit comments