feat: Add Hiring cog for ticket-based applications

Introduces a Discord cog to manage staff and PM hiring through interactive tickets, forms, and buttons. Includes modals for Staff, PM, and HPM applications, as well as commands for posting hiring messages and configuring categories and channels.
This commit is contained in:
2025-09-20 20:47:25 -04:00
parent 82e48c2383
commit 84a2b41a79
3 changed files with 272 additions and 0 deletions

4
hiring/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .hiring import setup
# This function is required for the cog to be loaded by Red.
# It simply imports the setup function from the main cog file.