Ruby-Cogs/ttt/__init__.py
2025-02-19 22:02:13 -05:00

6 lines
216 B
Python

from .ttt import TTT
__red_end_user_data_statement__ = "This cog does store temporarily (in memory) data about users, which is cleared after the game is done."
async def setup(bot):
await bot.add_cog(TTT(bot))