Trying to debug a few mistakes
This commit is contained in:
parent
229666d6ba
commit
5adc900767
@ -1,6 +1,6 @@
|
|||||||
import asyncio
|
|
||||||
from .recruitment import Recruitment
|
|
||||||
from redbot.core.bot import Red
|
from redbot.core.bot import Red
|
||||||
|
from .recruitment import Recruitment
|
||||||
|
|
||||||
|
|
||||||
async def setup(bot: Red) -> None:
|
async def setup(bot: Red) -> None:
|
||||||
await asyncio.ensure_future(bot.add_cog(Recruitment(bot)))
|
await bot.add_cog(Recruitment(bot))
|
||||||
Loading…
x
Reference in New Issue
Block a user