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

7 lines
113 B
Python
Raw Normal View History

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