fixed right cargo value being wrong again, thanks fdev
This commit is contained in:
parent
0094eb9995
commit
1fd83e02fa
2
main.py
2
main.py
|
|
@ -62,7 +62,7 @@ async def delivery(ctx,
|
|||
"Water",
|
||||
"Water Purifiers"
|
||||
]),
|
||||
quantity: discord.Option(discord.SlashCommandOptionType.integer, description="Please be nice and input a value between 1 and 1238 (unless fdev touched something again)", min_value=1, max_value=1304),
|
||||
quantity: discord.Option(discord.SlashCommandOptionType.integer, description="Please be nice and input a value between 1 and 1304 (fdev definitely touched something again)", min_value=1, max_value=1304),
|
||||
target: discord.Option(str, choices=['Station', 'Carrier'])
|
||||
):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user