fixed description for qty again again
This commit is contained in:
parent
89c52a84e7
commit
4f6a0017d3
2
main.py
2
main.py
|
|
@ -51,7 +51,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") ,
|
||||
quantity: discord.Option(discord.SlashCommandOptionType.integer, description="Please be nice and input a value between 1 and 1238 (unless fdev touched something again)") ,
|
||||
target: discord.Option(str, choices=['Station', 'Carrier'])
|
||||
):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user