GalaxyCogs/exportchannels/__init__.py

4 lines
96 B
Python
Raw Normal View History

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