Skip to content

Commit a68d464

Browse files
author
Mz
authored
docs: add missing closing brackets (#754)
Some brackets were left open and could throw off a few users.
1 parent 5b526b1 commit a68d464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/quickstart.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ Nested commands: subcommands
191191
type=interactions.OptionType.INTEGER,
192192
required=False,
193193
),
194+
],
195+
),
194196
interactions.Option(
195197
name="second_command",
196198
description="A descriptive description",

0 commit comments

Comments
 (0)