Files
aikaterna-cogs/ttt/__init__.py
2021-10-18 16:56:05 -07:00

7 lines
204 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."
def setup(bot):
bot.add_cog(TTT(bot))