summaryrefslogtreecommitdiff
path: root/pindelegate/__init__.py
blob: dab4b9af6b3890bceeae1f99737e6ef0039f641d (plain)
1
2
3
4
5
from .pindelegate import PinDelegate


async def setup(bot):
    await bot.add_cog(PinDelegate(bot))