Skip to content

Commit ef553b4

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

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
@@ -164,7 +164,7 @@ Now, we can finally visualize this by coding an example of this being used in th
164164
])
165165
async def test(ctx, optone: str):
166166
await ctx.respond()
167-
await ctx.send(content=f"I got you, you said {OptOne}!")
167+
await ctx.send(content=f"I got you, you said {optone}!")
168168
169169
Additionally, we could also declare the type of our command's option through this method shown here:
170170

0 commit comments

Comments
 (0)