aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RohanRadia <[email protected]>2019-10-13 17:54:50 +0100
committerGravatar GitHub <[email protected]>2019-10-13 17:54:50 +0100
commit055db29965e05cf175417ccb7b0bf737647d3db1 (patch)
treee253e7b38f8a1515c070e9b2a49dafa11d03366f
parentFixed emoji error in embed (diff)
Update bot/seasons/evergreen/issues.py
Co-Authored-By: Kieran Siek <[email protected]>
-rw-r--r--bot/seasons/evergreen/issues.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/issues.py b/bot/seasons/evergreen/issues.py
index 9713cfbd..8c449c49 100644
--- a/bot/seasons/evergreen/issues.py
+++ b/bot/seasons/evergreen/issues.py
@@ -39,7 +39,7 @@ class Issues(commands.Cog):
return await ctx.send(f"[{str(r.status)}] {RESP_VALUE.get(r.status)}")
# the original call is made to the issues API endpoint
# if a issue or PR exists then there will be something returned
- # if the word 'issues' is present within the response then we can simply pull the data we need from the
+ # if the word 'issues' is present within the response then we can simply pull the data we need from the
# return data received from the API
if "issues" in json_data.get("html_url"):
if json_data.get("state") == "open":