From f917b95b1bcdf18b43b1b66d221d4a8b2be43262 Mon Sep 17 00:00:00 2001 From: Eneg <42005170+Enegg@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:27:08 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20=3D<=20=E2=86=92=20<=3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- disnake/ext/commands/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disnake/ext/commands/params.py b/disnake/ext/commands/params.py index c0853beac2..caf6af4788 100644 --- a/disnake/ext/commands/params.py +++ b/disnake/ext/commands/params.py @@ -459,7 +459,7 @@ def _infer_type(params: Tuple[Any, ...]) -> Type[Any]: class LargeInt(int): - """Type representing integers `=<-2**53`, `>=2**53` in slash commands.""" + """Type representing integers `<=-2**53`, `>=2**53` in slash commands.""" # option types that require additional handling in verify_type