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
100 B
Python
5 lines
100 B
Python
from .datamanager import DataManager
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(DataManager(bot))
|