mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[V3 Config] Fixed raised Attribute Error Message (#1247)
Added space in raised Attribute Error message
This commit is contained in:
parent
5bd7a23864
commit
1c504f681e
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user