Trying to get it to run again
This commit is contained in:
parent
68af8d4966
commit
229666d6ba
@ -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)))
|
||||||
Loading…
x
Reference in New Issue
Block a user