diff options
| author | 2019-03-31 14:27:49 +0530 | |
|---|---|---|
| committer | 2019-03-31 14:27:49 +0530 | |
| commit | 033794a505af0debb2d1db08fac17676f3a0f64f (patch) | |
| tree | daef11aeb15d3882f019580f141ae2ae310f924e /bot/seasons | |
| parent | fixed lint errors (diff) | |
added doc strings to setup function and removed yellow color from constants cuz ill add it when i make PR for easter
Diffstat (limited to 'bot/seasons')
| -rw-r--r-- | bot/seasons/christmas/hanukkah_embed.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/seasons/christmas/hanukkah_embed.py b/bot/seasons/christmas/hanukkah_embed.py index 85d91675..ca69999e 100644 --- a/bot/seasons/christmas/hanukkah_embed.py +++ b/bot/seasons/christmas/hanukkah_embed.py @@ -108,5 +108,6 @@ class HanukkahEmbed(commands.Cog):  def setup(bot): +    """A function to add the cog."""      bot.add_cog(HanukkahEmbed(bot))      log.info("Hanukkah embed cog loaded")  |