From a9ad89f1fbd20d3b5e23bdf6e3404c4f97c57ef9 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 29 Jan 2026 11:05:46 +0100 Subject: [PATCH] :art: Format code --- examples/app_commands/slash_options.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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",