GalaxyCogs/exportchannels/__init__.py
2023-03-20 13:01:10 -04:00

4 lines
No EOL
96 B
Python

from .exportchannels import ExportChannels
def setup(bot):
bot.add_cog(ExportChannels(bot))