aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/githubinfo.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-03-24 13:34:47 -0400
committerGravatar GitHub <[email protected]>2021-03-24 13:34:47 -0400
commite044bf3d716dc166704ba31def82bd34a68acb42 (patch)
treea2cb4307929838d395ac5958fda4e8545f3edfb7 /bot/exts/evergreen/githubinfo.py
parentUpdate 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.py2
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)