diff options
author | 2019-05-15 19:19:04 +0100 | |
---|---|---|
committer | 2019-05-15 19:19:04 +0100 | |
commit | 8910fb1612f441f001df3491fd14393fac65974d (patch) | |
tree | 1302593b13d2844c4ffc712c5f308d84f61c1aa0 /bot | |
parent | Created the .issue command (diff) |
Blank line linter error fixed
Diffstat (limited to 'bot')
-rw-r--r-- | bot/seasons/evergreen/issues.py | 1 |
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""" |