diff options
author | 2021-03-25 20:21:32 -0400 | |
---|---|---|
committer | 2021-03-25 20:21:32 -0400 | |
commit | 01529d9e6ae57d6f0ccf077c222f04e39e7ab72e (patch) | |
tree | 1cb12b8eb5a057ae6f98f77f9ae1ee7d8879a4f1 /bot/exts/evergreen/githubinfo.py | |
parent | Quote reponame and username (diff) | |
parent | Info -> 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.py | 2 |
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) |