Update commands.py

Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
Kaveen Kumarasinghe 1 year ago committed by GitHub
parent 9a5c2c2e4b
commit b034309ec0
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=10,
max_value=16,
min_value=1,
)
@discord.option(

Loading…
Cancel
Save