aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/githubinfo.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-03-25 20:21:32 -0400
committerGravatar ToxicKidz <[email protected]>2021-03-25 20:21:32 -0400
commit01529d9e6ae57d6f0ccf077c222f04e39e7ab72e (patch)
tree1cb12b8eb5a057ae6f98f77f9ae1ee7d8879a4f1 /bot/exts/evergreen/githubinfo.py
parentQuote reponame and username (diff)
parentInfo -> information (diff)
Merge branch 'github-repo-command' of https://github.com/ToxicKidz/sir-lancebot into github-repo-command
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 56195e8c..94a3166b 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -29,7 +29,7 @@ class GithubInfo(commands.Cog):
@commands.group(name='github', aliases=('gh', 'git'))
@commands.cooldown(1, 10, BucketType.user)
async def github_group(self, ctx: commands.Context) -> None:
- """Commands for finding info related to Github."""
+ """Commands for finding information related to GitHub."""
if ctx.invoked_subcommand is None:
await invoke_help_command(ctx)