diff options
| author | 2019-09-09 13:22:09 -0400 | |
|---|---|---|
| committer | 2019-09-09 15:00:38 -0400 | |
| commit | bd03db75805d02da2088ec5067993aa5f23184ae (patch) | |
| tree | 4038157164a5d4eaf918870ed3063eda22421816 /bot/seasons/evergreen/fun.py | |
| parent | Add flake8-annotations to dev dependencies (diff) | |
Initial linting pass
Bot root, seasons cog, easter cogs, evergreen cogs, halloween cogs
Diffstat (limited to 'bot/seasons/evergreen/fun.py')
| -rw-r--r-- | bot/seasons/evergreen/fun.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/fun.py b/bot/seasons/evergreen/fun.py index 87077f36..7b3363fc 100644 --- a/bot/seasons/evergreen/fun.py +++ b/bot/seasons/evergreen/fun.py @@ -77,7 +77,7 @@ class Fun(Cog): return text -def setup(bot) -> None: +def setup(bot: commands.Bot) -> None: """Fun Cog load.""" bot.add_cog(Fun(bot)) log.info("Fun cog loaded") |