from .passwdprotect import Passwd async def setup(bot): cog = Passwd(bot) await bot.add_cog(cog)