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)