diff options
author | 2021-03-24 13:34:47 -0400 | |
---|---|---|
committer | 2021-03-24 13:34:47 -0400 | |
commit | e044bf3d716dc166704ba31def82bd34a68acb42 (patch) | |
tree | a2cb4307929838d395ac5958fda4e8545f3edfb7 /bot/exts/evergreen/githubinfo.py | |
parent | Update docstrings because user and repo are now mandatory arguments (diff) |
Info -> information
Co-authored-by: Shivansh-007 <[email protected]>
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 34e30d0b..712a516b 100644 --- a/bot/exts/evergreen/githubinfo.py +++ b/bot/exts/evergreen/githubinfo.py @@ -28,7 +28,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) |