added support for panther clipper deliveries
This commit is contained in:
parent
28c4e38c9d
commit
3506a26cca
4
main.py
4
main.py
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user