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.
4 lines
90 B
Python
4 lines
90 B
Python
from .staffmsg import StaffMsg
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(StaffMsg(bot)) |