diff options
author | 2019-10-12 02:22:45 +0200 | |
---|---|---|
committer | 2019-10-12 02:22:45 +0200 | |
commit | fd1a2a68139f83a2313e18ec42cba1b4f9220e7c (patch) | |
tree | 02174c479d6736068e8d83672318783676b4fad9 | |
parent | fixed " misplace meant. (diff) |
had the wrong prefix in docstring xD
-rw-r--r-- | bot/seasons/halloween/hacktober-issue-finder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/hacktober-issue-finder.py b/bot/seasons/halloween/hacktober-issue-finder.py index 8b8ea41d..2f1d6ac7 100644 --- a/bot/seasons/halloween/hacktober-issue-finder.py +++ b/bot/seasons/halloween/hacktober-issue-finder.py @@ -28,7 +28,7 @@ class HacktoberIssues(commands.Cog): """ Get a random python hacktober issue from Github. - If the command is run with beginner (`!hacktoberissues beginner`): + If the command is run with beginner (`.hacktoberissues beginner`): It will also narrow it down to the "first good issue" label. """ with ctx.typing(): |