diff --git a/src/modules/twreminders/__init__.py b/src/modules/twreminders/__init__.py index 9d5de78e..7c617df4 100644 --- a/src/modules/twreminders/__init__.py +++ b/src/modules/twreminders/__init__.py @@ -5,4 +5,4 @@ logger = logging.getLogger(__name__) from .cog import ReminderCog async def setup(bot): - bot.add_cog(ReminderCog(bot)) + await bot.add_cog(ReminderCog(bot))