added embed_background color #66
@@ -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