properly fixed my shit
This commit is contained in:
parent
1fd83e02fa
commit
9263ee1e48
4
main.py
4
main.py
|
|
@ -66,10 +66,6 @@ async def delivery(ctx,
|
||||||
target: discord.Option(str, choices=['Station', 'Carrier'])
|
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 = str(ctx.author)
|
||||||
author = author[:author.find(" ")]
|
author = author[:author.find(" ")]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user