Update discord/colour.py

Co-authored-by: proguy914629 <74696067+proguy914629bot@users.noreply.github.com>
This commit is contained in:
Daishiky 2021-09-20 19:06:53 +02:00 committed by GitHub
parent 28caab0974
commit 4291d4cf31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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