also fix !top 0

This commit is contained in:
13xforever 2018-04-03 02:00:56 +05:00
parent 54aa4d9ed0
commit c8e8492cc8

View File

@ -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