aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays/halloween/halloweenify.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/holidays/halloween/halloweenify.py')
-rw-r--r--bot/exts/holidays/halloween/halloweenify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/holidays/halloween/halloweenify.py b/bot/exts/holidays/halloween/halloweenify.py
index 03b52589..a16ea6cc 100644
--- a/bot/exts/holidays/halloween/halloweenify.py
+++ b/bot/exts/holidays/halloween/halloweenify.py
@@ -59,6 +59,6 @@ class Halloweenify(commands.Cog):
await ctx.send(embed=embed)
-def setup(bot: Bot) -> None:
+async def setup(bot: Bot) -> None:
"""Load the Halloweenify Cog."""
- bot.add_cog(Halloweenify())
+ await bot.add_cog(Halloweenify())