mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
Humanize number fix (#6283)
Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
@@ -40,7 +40,7 @@ class RPSParser:
|
||||
self.choice = None
|
||||
|
||||
|
||||
MAX_ROLL: Final[int] = 2**64 - 1
|
||||
MAX_ROLL: Final[int] = 2**63 - 1
|
||||
|
||||
|
||||
@cog_i18n(_)
|
||||
|
||||
Reference in New Issue
Block a user