added embed_background color #66

Open
Daishiky wants to merge 4 commits from Daishiky/master into master
Showing only changes of commit 4291d4cf31 - Show all commits

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