From 9263ee1e48473e048c64686802cfec2d57d97485 Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Fri, 22 Aug 2025 21:20:31 +0200 Subject: [PATCH] properly fixed my shit --- main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.py b/main.py index f20e168..04138db 100644 --- a/main.py +++ b/main.py @@ -66,10 +66,6 @@ async def delivery(ctx, target: discord.Option(str, choices=['Station', 'Carrier']) ): - if quantity > 1238 or quantity < 1: - await ctx.respond(f"Quantity must be inbetween 1 and 1238, sorry!") - return 0 - author = str(ctx.author) author = author[:author.find(" ")]