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.
Introduces a new cog that handles user DMs by creating threads in a designated forum channel.
Enables staff to reply in threads to send messages back to users anonymously.
Includes commands to configure settings, enable/disable the system, and close threads.
Improves moderation by streamlining ticket management in Discord forums.
Introduces a private, forum-based ModMail system for relaying user DMs to staff threads, enhancing moderation and support through persistent message storage.
Relies on 'rich' requirement for better formatting; includes metadata for easy installation and help integration.