Update commands.py

Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
Kaveen Kumarasinghe 1 year ago committed by GitHub
parent ffcd011c31
commit 08f38afa5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -851,7 +851,7 @@ class Commands(discord.Cog, name="Commands"):
description="How many top links to use for context",
required=False,
input_type=discord.SlashCommandOptionType.integer,
max_value=6,
max_value=10,
min_value=1,
)
@discord.option(
@ -859,7 +859,7 @@ class Commands(discord.Cog, name="Commands"):
description="The higher the number, the more accurate the results, but more expensive",
required=False,
input_type=discord.SlashCommandOptionType.integer,
max_value=4,
max_value=5,
min_value=1,
)
@discord.option(

Loading…
Cancel
Save