Trying to get it to run again

This commit is contained in:
unknown 2023-03-12 18:08:32 +01:00
parent 68af8d4966
commit 229666d6ba

View File

@ -1,5 +1,6 @@
import asyncio
from .recruitment import Recruitment from .recruitment import Recruitment
from redbot.core.bot import Red from redbot.core.bot import Red
async def setup(bot: Red) -> None: async def setup(bot: Red) -> None:
await bot.add_cog(Recruitment(bot)) await asyncio.ensure_future(bot.add_cog(Recruitment(bot)))