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 fb1001b commit 9d92d91Copy full SHA for 9d92d91
guide/docs/interactions/select-menus.mdx
@@ -275,7 +275,7 @@ async def animals(inter: disnake.ApplicationCommandInteraction):
275
)
276
277
278
-# now we create the listener that will handle the users's selection. Similar to the callback we used above
+# Now we create the listener that will handle the users's selection, similar to the callback we used above
279
@bot.listen("on_dropdown")
280
async def fav_animal_listener(inter: disnake.MessageInteraction):
281
# first we should check if the interaction is for the `fav_animal` dropdown we created
0 commit comments