Files
unstable-cogs/modmail/__init__.py
Unstable Kitsune 7ea6a52a6c Refactor cogs and update author formatting
Updated `__init__.py` to import specific cog classes
and added asynchronous `setup` functions for each.
Modified `info.json` to improve the formatting of the
"author" field for better readability.
2025-09-23 03:18:09 -04:00

4 lines
87 B
Python

from .modmail import Modmail
async def setup(bot):
await bot.add_cog(Modmail(bot))