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 0e3d66a commit 42322a4Copy full SHA for 42322a4
docs/gettingstarted.rst
@@ -234,7 +234,7 @@ a string or integer. Below is an implementation of this design in the Python cod
234
])
235
async def test(ctx, optone: str):
236
await ctx.respond()
237
- await ctx.send(content=f"Wow, you actually chose {OptOne}? :(")
+ await ctx.send(content=f"Wow, you actually chose {optone}? :(")
238
239
.. _quickstart: https://discord-py-slash-command.readthedocs.io/en/latest/quickstart.html
240
.. _ApplicationCommandOptionType: https://discord.com/developers/docs/interactions/slash-commands#applicationcommandoptiontype
0 commit comments