5 lines
144 B
Python
Raw Normal View History

from redbot.core.bot import Red
from .recruitment import Recruitment
async def setup(bot: Red) -> None:
await bot.add_cog(Recruitment(bot))