aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RohanRadia <[email protected]>2019-05-15 19:19:04 +0100
committerGravatar RohanRadia <[email protected]>2019-05-15 19:19:04 +0100
commit8910fb1612f441f001df3491fd14393fac65974d (patch)
tree1302593b13d2844c4ffc712c5f308d84f61c1aa0
parentCreated the .issue command (diff)
Blank line linter error fixed
-rw-r--r--bot/seasons/evergreen/issues.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/seasons/evergreen/issues.py b/bot/seasons/evergreen/issues.py
index 0960b72e..4d7f9a68 100644
--- a/bot/seasons/evergreen/issues.py
+++ b/bot/seasons/evergreen/issues.py
@@ -34,6 +34,7 @@ class Issues(commands.Cog):
valid.add_field(name="Description", value=json_data.get("body"), inline=False)
await ctx.send(embed=valid)
+
def setup(bot):
"""Cog Retrieves Issues From Github"""