mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-26 19:50:36 +00:00
also fix !top 0
This commit is contained in:
parent
54aa4d9ed0
commit
c8e8492cc8
@ -1,4 +1,4 @@
|
||||
def limit_int(amount: int, high: int, low: int = 0) -> int:
|
||||
def limit_int(amount: int, high: int, low: int = 1) -> int:
|
||||
"""
|
||||
Limits an integer.
|
||||
:param amount: amount
|
||||
|
Loading…
Reference in New Issue
Block a user