from .sacrifice import SacrificeCog import asyncio def setup(bot): n = SacrificeCog(bot) bot.add_cog(n)