fix(reminders): Await cog load.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user