mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
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>
This commit is contained in:
parent
9b4363eff3
commit
1be7435fb5
@ -25,7 +25,7 @@ class PackageAlreadyLoaded(RedError):
|
|||||||
|
|
||||||
class CogLoadError(RedError):
|
class CogLoadError(RedError):
|
||||||
"""Raised by a cog when it cannot load itself.
|
"""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
|
pass
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user