From 4291d4cf31f6e0bf28793a277ceb186c8df7e61e Mon Sep 17 00:00:00 2001 From: Daishiky <77997662+Daishiky@users.noreply.github.com> Date: Mon, 20 Sep 2021 19:06:53 +0200 Subject: [PATCH] Update discord/colour.py Co-authored-by: proguy914629 <74696067+proguy914629bot@users.noreply.github.com> --- discord/colour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/colour.py b/discord/colour.py index eda2e765..2f36916d 100644 --- a/discord/colour.py +++ b/discord/colour.py @@ -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])