diff --git a/main.py b/main.py index f6b5bb2..c5dd01b 100644 --- a/main.py +++ b/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, so it may be more by the time you're reading this...") , + 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']) ):