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

7 lines
107 B
Python
Raw Normal View History

from .images import Images
2020-06-05 00:29:14 +02:00
from ...core.bot import Tux
2020-06-05 00:29:14 +02:00
def setup(bot: Tux):
bot.add_cog(Images(bot))