diff options
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") |