From 3506a26ccafc51a4bd09ab886f9ec529678a562c Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Tue, 22 Jul 2025 18:43:12 +0200 Subject: [PATCH] added support for panther clipper deliveries --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 80e38ba..d504390 100644 --- a/main.py +++ b/main.py @@ -55,8 +55,8 @@ async def delivery(ctx, target: discord.Option(str, choices=['Station', 'Carrier']) ): - if quantity > 794 or quantity < 1: - await ctx.respond(f"Quantity must be inbetween 1 and 794 (the clipper ain't out yet.)") + if quantity > 1238 or quantity < 1: + await ctx.respond(f"Quantity must be inbetween 1 and 1238, sorry!") return 0 author = str(ctx.author)