Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCos17 committed Jan 8, 2025
1 parent 28edf3f commit dfc6022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/core/commands/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# this is going to be accepted by everything in their API but nope... Let's assume 2 ** 63 - 1 as the max instead.
ID_REGEX = re.compile(r"([0-9]{15,19})")
USER_MENTION_REGEX = re.compile(r"<@!?([0-9]{15,19})>$")
_MAX_ID = 2**63 - 1
_MAX_ID = 2 ** 63 - 1


# Taken with permission from
Expand Down

0 comments on commit dfc6022

Please sign in to comment.