async def setup(bot): from .exec_cog import Exec await bot.add_cog(Exec(bot))