(nowdoing): Migrate to merged LionCog.

This commit is contained in:
2024-09-08 16:35:37 +10:00
parent 99bb1958a8
commit 85c7aeb3b6
3 changed files with 19 additions and 19 deletions

View File

@@ -4,6 +4,5 @@ logger = logging.getLogger(__name__)
from .cog import NowDoingCog
def prepare(bot):
logger.info("Preparing the nowdoing module.")
bot.add_cog(NowDoingCog(bot))
async def setup(bot):
await bot.add_cog(NowDoingCog(bot))