diff --git a/redbot/core/errors.py b/redbot/core/errors.py index 1fec3d4eb..7b9bd855d 100644 --- a/redbot/core/errors.py +++ b/redbot/core/errors.py @@ -25,7 +25,7 @@ class PackageAlreadyLoaded(RedError): class CogLoadError(RedError): """Raised by a cog when it cannot load itself. - The message will be send to the user.""" + The message will be sent to the user.""" pass