7 lines
203 B
Python
Raw Normal View History

from .recruitment import Recruitment
2023-03-12 17:12:16 +01:00
from redbot.core.bot import Red
2023-03-12 17:12:16 +01:00
def setup(bot: Red):
bot.add_cog(Recruitment(bot))
##async def setup(bot: Red) -> None:
## await bot.add_cog(Recruitment(bot))