aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/error_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/evergreen/error_handler.py')
-rw-r--r--bot/exts/evergreen/error_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/error_handler.py b/bot/exts/evergreen/error_handler.py
index 053e3866..64460822 100644
--- a/bot/exts/evergreen/error_handler.py
+++ b/bot/exts/evergreen/error_handler.py
@@ -137,5 +137,5 @@ class CommandErrorHandler(commands.Cog):
def setup(bot: Bot) -> None:
- """Error handler Cog load."""
+ """Load the ErrorHandler cog."""
bot.add_cog(CommandErrorHandler(bot))