GalaxyCogs/exportchannels/__init__.py

5 lines
109 B
Python
Raw Normal View History

2023-03-20 13:01:10 -04:00
from .exportchannels import ExportChannels
async def setup(bot):
await bot.add_cog(ExportChannels(bot))