Update discord/colour.py
Co-authored-by: proguy914629 <74696067+proguy914629bot@users.noreply.github.com>
This commit is contained in:
@@ -5577,7 +5577,7 @@ class Colour:
|
||||
}
|
||||
|
||||
if theme not in themes_cls:
|
||||
raise TypeError("Theme must be one of \"dark\" and \"light\".")
|
||||
raise TypeError("Theme must be one of \"dark\" or \"light\".")
|
||||
|
||||
return cls(themes_cls[theme])
|
||||
|
||||
|
Reference in New Issue
Block a user