diff --git a/examples/app_commands/slash_options.py b/examples/app_commands/slash_options.py index b7f231b069..4a9eda93cc 100644 --- a/examples/app_commands/slash_options.py +++ b/examples/app_commands/slash_options.py @@ -12,7 +12,11 @@ @bot.slash_command() @option("name", description="Enter your name") -@option("pokemon", description="Choose your starter Pokémon", choices=["Bulbasaur", "Squirtle", "Charmander", "Pikachu"]) +@option( + "pokemon", + description="Choose your starter Pokémon", + choices=["Bulbasaur", "Squirtle", "Charmander", "Pikachu"], +) @option( "age", description="Enter your age",