2023-03-12 18:24:19 +01:00

5 lines
144 B
Python

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