aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/githubinfo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/exts/evergreen/githubinfo.py b/bot/exts/evergreen/githubinfo.py
index 4935e1de..b7ebcb3e 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -29,11 +29,10 @@ class GithubInfo(commands.Cog):
"""
Fetches a user's GitHub information.
- User defaults to python-discord.
+ Username is optional and sends the help command if not specified.
Usage: .gh [username]
"""
-
if username is None:
await ctx.invoke(self.bot.get_command('help'), 'github')
return