Trying something wild
This commit is contained in:
parent
9d6e8c6275
commit
8835832283
@ -1,5 +1,7 @@
|
||||
from redbot.core.bot import Red
|
||||
from .recruitment import Recruitment
|
||||
from redbot.core.bot import Red
|
||||
|
||||
async def setup(bot: Red) -> None:
|
||||
await bot.add_cog(Recruitment(bot))
|
||||
def setup(bot: Red):
|
||||
bot.add_cog(Recruitment(bot))
|
||||
##async def setup(bot: Red) -> None:
|
||||
## await bot.add_cog(Recruitment(bot))
|
||||
Loading…
x
Reference in New Issue
Block a user