fixed right cargo value being wrong again, thanks fdev

This commit is contained in:
TanguyPcFixe 2025-08-22 19:51:30 +02:00
parent 9a35c7c430
commit 0094eb9995

View File

@ -62,7 +62,7 @@ async def delivery(ctx,
"Water", "Water",
"Water Purifiers" "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)", min_value=1, max_value=1238), quantity: discord.Option(discord.SlashCommandOptionType.integer, description="Please be nice and input a value between 1 and 1238 (unless fdev touched something again)", min_value=1, max_value=1304),
target: discord.Option(str, choices=['Station', 'Carrier']) target: discord.Option(str, choices=['Station', 'Carrier'])
): ):