Files
aikaterna-cogs/ttt/__init__.py

7 lines
204 B
Python
Raw Permalink Normal View History

from .ttt import TTT
2021-10-19 01:56:05 +02:00
__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))