fix(reminders): Await cog load.

This commit is contained in:
2025-05-23 18:23:23 +10:00
parent 010d52e72e
commit 7cbb6adcb8

View File

@@ -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))