6 lines
89 B
Python

from .infochannel import InfoChannel
def setup(bot):
bot.add_cog(InfoChannel(bot))