Skip to content

Commit 42322a4

Browse files
i0bseunwoo1104
andauthored
Update docs/gettingstarted.rst
Co-authored-by: eunwoo1104 <61371424+eunwoo1104@users.noreply.github.com>
1 parent 0e3d66a commit 42322a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gettingstarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ a string or integer. Below is an implementation of this design in the Python cod
234234
])
235235
async def test(ctx, optone: str):
236236
await ctx.respond()
237-
await ctx.send(content=f"Wow, you actually chose {OptOne}? :(")
237+
await ctx.send(content=f"Wow, you actually chose {optone}? :(")
238238
239239
.. _quickstart: https://discord-py-slash-command.readthedocs.io/en/latest/quickstart.html
240240
.. _ApplicationCommandOptionType: https://discord.com/developers/docs/interactions/slash-commands#applicationcommandoptiontype

0 commit comments

Comments
 (0)