1 2 3 4 5
from .pindelegate import PinDelegate async def setup(bot): await bot.add_cog(PinDelegate(bot))