From 2ed67377928c55ab766e08c17e392eae5667f0e9 Mon Sep 17 00:00:00 2001 From: vivax3794 <51753506+vivax3794@users.noreply.github.com> Date: Sat, 12 Oct 2019 02:19:14 +0200 Subject: fixed " misplace meant. --- bot/seasons/halloween/hacktober-issue-finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/seasons/halloween/hacktober-issue-finder.py b/bot/seasons/halloween/hacktober-issue-finder.py index 5978eb95..8b8ea41d 100644 --- a/bot/seasons/halloween/hacktober-issue-finder.py +++ b/bot/seasons/halloween/hacktober-issue-finder.py @@ -29,7 +29,7 @@ class HacktoberIssues(commands.Cog): Get a random python hacktober issue from Github. If the command is run with beginner (`!hacktoberissues beginner`): - It will also narrow it down to the "first good issue label". + It will also narrow it down to the "first good issue" label. """ with ctx.typing(): issues = await self.get_issues(ctx, option) -- cgit v1.2.3