We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b11a7e commit f917b95Copy full SHA for f917b95
disnake/ext/commands/params.py
@@ -459,7 +459,7 @@ def _infer_type(params: Tuple[Any, ...]) -> Type[Any]:
459
460
461
class LargeInt(int):
462
- """Type representing integers `=<-2**53`, `>=2**53` in slash commands."""
+ """Type representing integers `<=-2**53`, `>=2**53` in slash commands."""
463
464
465
# option types that require additional handling in verify_type
0 commit comments