tuxbot-bot/tuxbot/cogs/images/__init__.py
Romain J 078dc075f2 refactor(all): start from new
feat(doc): add readme file
2020-06-03 01:07:43 +02:00

6 lines
74 B
Python

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