added support for panther clipper deliveries

This commit is contained in:
TanguyPcFixe 2025-07-22 18:43:12 +02:00
parent 28c4e38c9d
commit 3506a26cca

View File

@ -55,8 +55,8 @@ async def delivery(ctx,
target: discord.Option(str, choices=['Station', 'Carrier']) target: discord.Option(str, choices=['Station', 'Carrier'])
): ):
if quantity > 794 or quantity < 1: if quantity > 1238 or quantity < 1:
await ctx.respond(f"Quantity must be inbetween 1 and 794 (the clipper ain't out yet.)") await ctx.respond(f"Quantity must be inbetween 1 and 1238, sorry!")
return 0 return 0
author = str(ctx.author) author = str(ctx.author)