|
|
|
@ -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(
|
|
|
|
|