diff --git a/redbot/core/config.py b/redbot/core/config.py index f6fdcb082..ac22dac37 100644 --- a/redbot/core/config.py +++ b/redbot/core/config.py @@ -215,7 +215,7 @@ class Group(Value): ) elif self.force_registration: raise AttributeError( - "'{}' is not a valid registered Group" + "'{}' is not a valid registered Group " "or value.".format(item) ) else: