aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/githubinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/evergreen/githubinfo.py')
-rw-r--r--bot/exts/evergreen/githubinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/githubinfo.py b/bot/exts/evergreen/githubinfo.py
index da6eba5c..65fcc7cf 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -172,5 +172,5 @@ class GithubInfo(commands.Cog):
def setup(bot: Bot) -> None:
- """Adding the cog to the bot."""
+ """Load the GithubInfo cog."""
bot.add_cog(GithubInfo(bot))