From 01811f4c48d9d962121860a16271c6bba93ef238 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Fri, 24 Feb 2023 18:39:30 -0500 Subject: [PATCH] increase limits --- cogs/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/commands.py b/cogs/commands.py index 0264d91..adc19fd 100644 --- a/cogs/commands.py +++ b/cogs/commands.py @@ -650,7 +650,7 @@ class Commands(discord.Cog, name="Commands"): required=False, default=1, min_value=1, - max_value=3, + max_value=5, input_type=discord.SlashCommandOptionType.integer, ) @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=5, + max_value=8, min_value=1, ) @discord.option(