Adds new cogs including DataManager, Hiring, KofiShop, Logging, ModMail, MORS, ServiceReview, StaffMsg, and Translator to enhance bot functionality for data management, hiring processes, logging events, and more.
5 lines
79 B
Python
5 lines
79 B
Python
from .mors import MORS
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(MORS(bot))
|