Skip to content

Commit 97515db

Browse files
i0bseunwoo1104
andauthored
Update docs/gettingstarted.rst
Co-authored-by: eunwoo1104 <61371424+eunwoo1104@users.noreply.github.com>
1 parent 65b06f4 commit 97515db

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
@@ -162,7 +162,7 @@ Now, we can finally visualize this by coding an example of this being used in th
162162
required=False
163163
)
164164
])
165-
async def test(ctx, OptOne: str):
165+
async def test(ctx, optone: str):
166166
await ctx.respond()
167167
await ctx.send(content=f"I got you, you said {OptOne}!")
168168

0 commit comments

Comments
 (0)