[commands] BadBooleanArgument -> BadBoolArgument
This commit is contained in:
@@ -107,7 +107,7 @@ def _convert_to_bool(argument):
|
||||
elif lowered in ('no', 'n', 'false', 'f', '0', 'disable', 'off'):
|
||||
return False
|
||||
else:
|
||||
raise BadBooleanArgument(lowered)
|
||||
raise BadBoolArgument(lowered)
|
||||
|
||||
class _CaseInsensitiveDict(dict):
|
||||
def __contains__(self, k):
|
||||
|
||||
Reference in New Issue
Block a user