aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays/halloween/monsterbio.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/holidays/halloween/monsterbio.py')
-rw-r--r--bot/exts/holidays/halloween/monsterbio.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/holidays/halloween/monsterbio.py b/bot/exts/holidays/halloween/monsterbio.py
index 0556a193..8e83e9d1 100644
--- a/bot/exts/holidays/halloween/monsterbio.py
+++ b/bot/exts/holidays/halloween/monsterbio.py
@@ -49,6 +49,6 @@ class MonsterBio(commands.Cog):
await ctx.send(embed=embed)
-def setup(bot: Bot) -> None:
+async def setup(bot: Bot) -> None:
"""Load the Monster Bio Cog."""
- bot.add_cog(MonsterBio())
+ await bot.add_cog(MonsterBio())