(shoutouts): Migrate to merged LionCog.

This commit is contained in:
2024-09-08 16:47:59 +10:00
parent 85c7aeb3b6
commit 75ab3d58cb
3 changed files with 17 additions and 17 deletions

View File

@@ -4,5 +4,5 @@ logger = logging.getLogger(__name__)
from .cog import ShoutoutCog
def prepare(bot):
bot.add_cog(ShoutoutCog(bot))
async def setup(bot):
await bot.add_cog(ShoutoutCog(bot))