From 0094eb9995e3cf7ff99fdda456b206c377b8bc01 Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Fri, 22 Aug 2025 19:51:30 +0200 Subject: [PATCH] fixed right cargo value being wrong again, thanks fdev --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 032021c..07d3a09 100644 --- a/main.py +++ b/main.py @@ -62,7 +62,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)", 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']) ):