aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/ping.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/evergreen/ping.py')
-rw-r--r--bot/exts/evergreen/ping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/ping.py b/bot/exts/evergreen/ping.py
index 1332e3e6..71152d15 100644
--- a/bot/exts/evergreen/ping.py
+++ b/bot/exts/evergreen/ping.py
@@ -24,5 +24,5 @@ class Ping(commands.Cog):
def setup(bot: Bot) -> None:
- """Cog load."""
+ """Load the Ping cog."""
bot.add_cog(Ping(bot))