Removed await
This commit is contained in:
parent
a0024215f9
commit
1ea5f9a6a3
@ -1,5 +1,6 @@
|
|||||||
from redbot.core.bot import Red
|
from redbot.core.bot import Red
|
||||||
from .recruitment import Recruitment
|
from .recruitment import Recruitment
|
||||||
|
|
||||||
async def setup(bot: Red) -> None:
|
|
||||||
await bot.add_cog(Recruitment(bot))
|
def setup(bot: Red):
|
||||||
|
bot.add_cog(Recruitment(bot))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user