tuxbot-bot/build/lib/tuxbot/cogs/images/__init__.py

6 lines
74 B
Python

from .images import Images
def setup(bot):
bot.add_cog(Images(bot))