From 4f6a0017d3917fc3da937ce0698e6d9575b6f814 Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Sat, 26 Jul 2025 22:30:44 +0200 Subject: [PATCH] fixed description for qty again again --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c5dd01b..9a3e6c4 100644 --- a/main.py +++ b/main.py @@ -51,7 +51,7 @@ async def delivery(ctx, "Water", "Water Purifiers" ]), - quantity: discord.Option(discord.SlashCommandOptionType.integer, description="Please be nice and input a value between 1 and 1238 (unless fdev touched something again") , + quantity: discord.Option(discord.SlashCommandOptionType.integer, description="Please be nice and input a value between 1 and 1238 (unless fdev touched something again)") , target: discord.Option(str, choices=['Station', 'Carrier']) ):