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