fixed description for qty again again

This commit is contained in:
TanguyPcFixe 2025-07-26 22:30:44 +02:00
parent 89c52a84e7
commit 4f6a0017d3

View File

@ -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'])
):