Skip to content

Commit 9d92d91

Browse files
dlchampshiftinv
andauthored
Update guide/docs/interactions/select-menus.mdx
Co-authored-by: shiftinv <[email protected]> Signed-off-by: DLCHAMP <[email protected]>
1 parent fb1001b commit 9d92d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/docs/interactions/select-menus.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ async def animals(inter: disnake.ApplicationCommandInteraction):
275275
)
276276

277277

278-
# now we create the listener that will handle the users's selection. Similar to the callback we used above
278+
# Now we create the listener that will handle the users's selection, similar to the callback we used above
279279
@bot.listen("on_dropdown")
280280
async def fav_animal_listener(inter: disnake.MessageInteraction):
281281
# first we should check if the interaction is for the `fav_animal` dropdown we created

0 commit comments

Comments
 (0)