7 lines
204 B
Python
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))
|