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