4 lines
96 B
Python
4 lines
96 B
Python
|
from .exportchannels import ExportChannels
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(ExportChannels(bot))
|