diff options
author | 2021-03-20 11:10:38 -0400 | |
---|---|---|
committer | 2021-03-20 11:10:38 -0400 | |
commit | 48471325e7e9a3031fbec13a203662fdc0029e53 (patch) | |
tree | dcf4ccbd0528fdf997c4765859b190ab8ee742e2 /bot/exts/evergreen/githubinfo.py | |
parent | Follow style guildines and use better colours (diff) | |
parent | Update bot/exts/evergreen/githubinfo.py (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 ec2f9d98..f29b684d 100644 --- a/bot/exts/evergreen/githubinfo.py +++ b/bot/exts/evergreen/githubinfo.py @@ -107,7 +107,7 @@ class GithubInfo(commands.Cog): @github_group.command(name='repository', aliases=('repo',)) async def github_repo_info(self, ctx: commands.Context, repo: str) -> None: """ - Fetches a repositories's GitHub information. Repository should look like `user/reponame`. + Fetches a repositories' GitHub information. The repository should look like `user/reponame`. Repository is optional and sends the help command if not specified. """ |