properly fixed my shit

This commit is contained in:
TanguyPcFixe 2025-08-22 21:20:31 +02:00
parent 1fd83e02fa
commit 9263ee1e48

View File

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