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(" ")]