aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/error_handler.py
diff options
context:
space:
mode:
authorGravatar vcokltfre <[email protected]>2021-04-19 20:56:53 +0100
committerGravatar vcokltfre <[email protected]>2021-04-19 20:56:53 +0100
commit713396a91859d914478e417ee6ab9e0a26ee6cf5 (patch)
tree4e3634a7fbbb9258060c963696cc3069a141dd47 /bot/exts/evergreen/error_handler.py
parentchore: switch commands.Bot typehints to bot.bot's Bot (diff)
chore(evergreen): format each cog load docstring the same way
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))