mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-31 13:32:57 +00:00 
			
		
		
		
	Tweak wording for "less than" Range error
Keeping it consistent!
This commit is contained in:
		| @@ -607,7 +607,7 @@ class RangeError(BadArgument): | |||||||
|         if minimum is None and maximum is not None: |         if minimum is None and maximum is not None: | ||||||
|             label = f'no more than {maximum}' |             label = f'no more than {maximum}' | ||||||
|         elif minimum is not None and maximum is None: |         elif minimum is not None and maximum is None: | ||||||
|             label = f'not less than {minimum}' |             label = f'no less than {minimum}' | ||||||
|         elif maximum is not None and minimum is not None: |         elif maximum is not None and minimum is not None: | ||||||
|             label = f'between {minimum} and {maximum}' |             label = f'between {minimum} and {maximum}' | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user