fixed description for qty
This commit is contained in:
parent
3506a26cca
commit
5315792c04
2
main.py
2
main.py
|
|
@ -51,7 +51,7 @@ async def delivery(ctx,
|
||||||
"Water",
|
"Water",
|
||||||
"Water Purifiers"
|
"Water Purifiers"
|
||||||
]),
|
]),
|
||||||
quantity: discord.Option(discord.SlashCommandOptionType.integer, description="Please be nice and input a value between 1 and 794") ,
|
quantity: discord.Option(discord.SlashCommandOptionType.integer, description="Please be nice and input a value between 1 and 1238 (unless fdev touched something again, so it may be more by the time you're reading this...") ,
|
||||||
target: discord.Option(str, choices=['Station', 'Carrier'])
|
target: discord.Option(str, choices=['Station', 'Carrier'])
|
||||||
):
|
):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user