From 1be7435fb53c267f27c2f3626ebbaf4de585ee5a Mon Sep 17 00:00:00 2001 From: Andy <76832778+Andeeeee@users.noreply.github.com> Date: Mon, 15 Feb 2021 14:32:44 -0800 Subject: [PATCH] fix grammar issues (#4763) in line 28, it used to be "The message will be send to the user", I fixed it to "The message will be sent to the user". Co-authored-by: Andy <76832778+AndyButAnnoying@users.noreply.github.com> --- redbot/core/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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