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.
4 lines
150 B
Python
4 lines
150 B
Python
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. |