From 5315792c048af4c4b39b93251cf36f99a427f689 Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Sat, 26 Jul 2025 22:28:38 +0200 Subject: [PATCH] fixed description for qty --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d504390..f6b5bb2 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 794") , + quantity: discord.Option(discord.SlashCommandOptionType.integer, description="Please be nice and input a value between 1 and 1238 (unless fdev touched something again, so it may be more by the time you're reading this...") , target: discord.Option(str, choices=['Station', 'Carrier']) ):