Skip to content

Commit 9d7e7f6

Browse files
authored
fix: 🎨 Format code (#3085)
1 parent 29b940f commit 9d7e7f6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

examples/app_commands/slash_options.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212

1313
@bot.slash_command()
1414
@option("name", description="Enter your name")
15-
@option("pokemon", description="Choose your starter Pokémon", choices=["Bulbasaur", "Squirtle", "Charmander", "Pikachu"])
15+
@option(
16+
"pokemon",
17+
description="Choose your starter Pokémon",
18+
choices=["Bulbasaur", "Squirtle", "Charmander", "Pikachu"],
19+
)
1620
@option(
1721
"age",
1822
description="Enter your age",

0 commit comments

Comments
 (0)